pgsql: Adjust some more comments for WITH OIDS removal.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust some more comments for WITH OIDS removal.
Date: 2019-01-21 17:27:49
Message-ID: E1gldMT-0005nj-Tp@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust some more comments for WITH OIDS removal.

I missed these in 578b229718e8f.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/93507e67c9ca54026019ebec3026de35d30370f9

Modified Files
--------------
src/backend/access/heap/heapam.c | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-01-21 17:44:46 pgsql: Add 'id' to Acknowledgments section
Previous Message Tom Lane 2019-01-21 17:07:09 pgsql: Avoid thread-safety problem in ecpglib.