pgsql: Improve comments in utils/rel.h.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comments in utils/rel.h.
Date: 2019-12-26 16:20:21
Message-ID: E1ikVs5-0006dg-GP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comments in utils/rel.h.

Mark the fields that should be accessed via partitioning-related
functions, as we already did for some other fields.

Amit Langote

Discussion: https://postgr.es/m/CA+HiwqFnK6LbVMACMCaqwWrvoSFTecZzufKRahg2qGvLPYMX=g@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/include/utils/rel.h | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-12-26 18:14:51 Re: pgsql: Rename files and headers related to index AM
Previous Message Alvaro Herrera 2019-12-26 14:46:06 Re: pgsql: Rename files and headers related to index AM