pgsql: Reorder two nbtree.h function prototypes.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder two nbtree.h function prototypes.
Date: 2019-09-12 17:03:34
Message-ID: E1i8SVK-0000u4-2w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-12 20:32:52 pgsql: Improve documentation about our XML functionality
Previous Message Peter Geoghegan 2019-09-12 16:52:18 pgsql: Remove redundant _bt_truncate() comment paragraph.