pgsql: Fix inconsistent parameter names between prototype and declarati

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inconsistent parameter names between prototype and declarati
Date: 2022-07-15 03:27:35
Message-ID: E1oCBzL-000G1T-56@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inconsistent parameter names between prototype and declaration

Noticed while working in this area. This code was introduced in PG15,
which is still in beta, so backpatch to there for consistency.

Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8c297dd5f4ff581f7a70c514d1512c22f47989e5

Modified Files
--------------
src/include/optimizer/paths.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-15 10:22:13 pgsql: Support gcc -fkeep-inline-functions
Previous Message David Rowley 2022-07-15 03:27:02 pgsql: Fix inconsistent parameter names between prototype and declarati