Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using oid type in table where oid references are stored. #9

Closed
kvlou opened this issue Apr 15, 2016 · 2 comments
Closed

Using oid type in table where oid references are stored. #9

kvlou opened this issue Apr 15, 2016 · 2 comments

Comments

@kvlou
Copy link

kvlou commented Apr 15, 2016

Considering pg_largeobject returns an OID, it will make sense that ID to be stored in the OID type.
Otherwise garbage collection processes like vacuumlo cannot count references of orphaned objects.

@krists
Copy link
Owner

krists commented Apr 21, 2016

Thanks for reporting! Are you planning to sumbit a merge-request with a fix?

@kvlou
Copy link
Author

kvlou commented Apr 21, 2016

Hi Krists, if time permits I will, but that will need to include a migration path from text to OID types.
I'm part of the Heroku's Department of Data and we had to deal with a client who was using the refile plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants