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 E1in5f8-0004cC-T5@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 nbtpage.c.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a412f469880ede9f52336a7b383905129c2b03a0

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str
Next
From: Tom Lane
Date:
Subject: pgsql: Fix typmod exposed for scalar function in FROM, too.