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: 2020-01-02 18:57:38
Message-ID: E1in5f8-0004cC-T5@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 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-02 19:03:05 pgsql: Fix typmod exposed for scalar function in FROM, too.
Previous Message Tom Lane 2020-01-02 18:50:37 Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str