pgsql: Normalize _bt_finish_split() argument names.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Normalize _bt_finish_split() argument names.
Date: 2019-12-23 04:08:45
Message-ID: E1ijF1R-00014h-2s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Normalize _bt_finish_split() argument names.

Make a function prototype argument's name match the function
definition's argument name.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/696cc3a0cabd5f11d0c8a187b7561f6d0d39c5e0

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-12-23 15:55:48 pgsql: GetPublicationByName: Don't repeat ourselves
Previous Message Peter Geoghegan 2019-12-23 03:59:33 pgsql: Update nbtree LP_DEAD item deletion comments.