pgsql: Improve comment for OAT_POST_CREATE.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comment for OAT_POST_CREATE.
Date: 2022-09-20 17:53:05
Message-ID: E1oahQe-001E52-MQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comment for OAT_POST_CREATE.

Clarify that the command counter may or may not have been incremented.

We may want to change the behavior to be more consistent, but until
that time, at least improve the comment.

Discussion: https://postgr.es/m/CAHoZxqvN2eoic_CvjsAvpryyLyA2xG8JmsyMtKFFJz_1oFhfOg%40mail.gmail.com
Reported-by: Mary Xu

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb44a6ba48edfe1ac8bca87b1f2cfdcd9f86c930

Modified Files
--------------
src/include/catalog/objectaccess.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-20 19:18:09 pgsql: Refactor PG_TEST_EXTRA logic in autoconf build
Previous Message Alvaro Herrera 2022-09-20 17:05:12 pgsql: Fix `trap` in a few shell scripts