pgsql: Fix comment in indexing.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in indexing.c
Date: 2021-03-17 09:07:40
Message-ID: E1lMS9U-0003MB-3v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9fd2952cf4920d563e9cea51634c5b364d57f71a

Modified Files
--------------
src/backend/catalog/indexing.c | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2021-03-17 09:17:01 Re: pgsql: Add libpq pipeline mode support to pgbench
Previous Message Peter Eisentraut 2021-03-17 07:24:47 pgsql: Small error message improvement