Clean up OID handling changes
authorRobert Treat <rob@xzilla.net>
Sun, 8 Dec 2019 02:39:12 +0000 (21:39 -0500)
committerRobert Treat <rob@xzilla.net>
Sun, 8 Dec 2019 02:54:11 +0000 (21:54 -0500)
commitb7cf1b61cd87060afadbb51ba625697823ef51ad
tree3bc6eff9b517aa1a1c828457b4c78a91e63f326b
parentf40fcaa3dd89b5baf7c68b03e47618261960b872
Clean up OID handling changes

This is mostly just refactoring Nirgals patch to use a standard
capability function. I also short-circuited default_with_oid check since it
will always show false in >=PG12, so this saves a round trip. This also adds
a comment in the config file that show oids is no longer supported. This
could lead to a slight difference in running instalations, but since it
does not affect any code/behavior, not going to bump the config version.
all_db.php
classes/database/Postgres.php
classes/database/Postgres11.php
conf/config.inc.php-dist
database.php
schemas.php
tables.php