pgsql: Reorder two nbtree.h function prototypes. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Reorder two nbtree.h function prototypes.
Date
Msg-id E1i8SVK-0000u4-2w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reorder two nbtree.h function prototypes.

Make the function prototype order consistent with the definition order
in nbtinsert.c.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/614cdeaa8908f69ab0b97b688e9785147575c01f

Modified Files
--------------
src/include/access/nbtree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Remove redundant _bt_truncate() comment paragraph.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Improve documentation about our XML functionality