pgsql: Doc: update pg_list.h header comments to include XidLists.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update pg_list.h header comments to include XidLists.
Date: 2022-12-17 15:31:46
Message-ID: E1p6ZA9-0045QG-CF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: update pg_list.h header comments to include XidLists.

I realize that the XidList infrastructure is rather incomplete,
but failing to mention it in adjacent comments takes that a bit
too far.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0efecb5518c914a45d9f294adebc2948f5882f2e

Modified Files
--------------
src/include/nodes/pg_list.h | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-17 23:52:59 pgsql: Fix bit-rotted planner test case.
Previous Message Tom Lane 2022-12-16 18:07:54 pgsql: Fix inability to reference CYCLE column from inside its CTE.