pgsql: Reorder function prototypes for consistency.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder function prototypes for consistency.
Date: 2020-05-01 17:04:37
Message-ID: E1jUZ5Z-00046Q-8N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorder function prototypes for consistency.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e21f8b63354323897fa2ab778bfe003c44df75b

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-05-01 19:21:30 pgsql: Clear up issue with FSM and oldest bpto.xact.
Previous Message Peter Geoghegan 2020-05-01 16:51:30 pgsql: Fix undercounting in VACUUM VERBOSE output.