-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
Thanks for reporting! Are you planning to sumbit a merge-request with a fix? |
Hi Krists, if time permits I will, but that will need to include a migration path from text to OID types. |
krists
added a commit
that referenced
this issue
Apr 22, 2016
krists
added a commit
that referenced
this issue
Apr 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: