Fix comment in indexing.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 17 Mar 2021 09:07:00 +0000 (18:07 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 17 Mar 2021 09:07:00 +0000 (18:07 +0900)
commit9fd2952cf4920d563e9cea51634c5b364d57f71a
tree033f3b6917ffe6af01fb204bfc67a9e17b68908f
parente1ae40f381d0582981b1e63856bd4b060cfe2d53
Fix comment in indexing.c

578b229, that removed support for WITH OIDS, has changed
CatalogTupleInsert() to not return an Oid, but one comment was still
mentioning that.

Author: Vik Fearing
Discussion: https://postgr.es/m/fef01975-ed10-3601-7b9e-80ecef72d00b@postgresfriends.org
src/backend/catalog/indexing.c