pgsql: Undo incorrect typedefs.list change. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Undo incorrect typedefs.list change.
Date
Msg-id E1rwkss-002ML9-DL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Undo incorrect typedefs.list change.

6377e12a5 should not have removed AcquireSampleRowsFunc,
as that's still in use.  Per buildfarm member koel.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/984c0eccd0ccfcd7df8df47586e3b935a8124a15

Modified Files
--------------
src/tools/pgindent/typedefs.list | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Stabilize test of BRIN parallel create
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix nbtree "deduce NOT NULL" scan key comment.