pgsql: Fix misleading comments about TOAST access macros.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix misleading comments about TOAST access macros.
Date: 2021-09-08 18:11:43
Message-ID: E1mO22x-0001Ai-5f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misleading comments about TOAST access macros.

Seems to have been my error in commit aeb1631ed.
Noted by Christoph Berg.

Discussion: https://postgr.es/m/YTeLipdnSOg4NNcI@msg.df7cb.de

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67948a433e18a8561daf89dcc53e591a3fac659a

Modified Files
--------------
src/include/postgres.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-09-08 19:10:10 pgsql: Avoid useless malloc/free traffic around getFormattedTypeName().
Previous Message Tom Lane 2021-09-08 17:21:49 pgsql: In psql tab completion, offer spelled-out commands not abbreviat