pgsql: Normalize _bt_finish_split() argument names. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Normalize _bt_finish_split() argument names.
Date
Msg-id E1ijF1R-00014h-2s@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Update nbtree LP_DEAD item deletion comments.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: GetPublicationByName: Don't repeat ourselves