pgsql: Fix outdated comment in tuplesort.h

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment in tuplesort.h
Date: 2022-11-02 02:30:20
Message-ID: E1oq3WH-0002mF-0G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment in tuplesort.h

This was outdated by 77bae396d.

Backpatch-through: 15, where 77bae396d was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3712e0ed47d126e9aa656a34dd56d52770b672b7

Modified Files
--------------
src/include/utils/tuplesort.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-11-02 02:30:51 pgsql: Fix outdated comment in tuplesort.h
Previous Message Michael Paquier 2022-11-02 01:15:32 pgsql: Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO