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:02
Message-ID: E1oCByo-000G0J-AC@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80ad91ea8cfca6c817034423fc889876217c67af

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 David Rowley 2022-07-15 03:27:35 pgsql: Fix inconsistent parameter names between prototype and declarati
Previous Message John Naylor 2022-07-15 01:23:36 pgsql: Clarify that pg_dump takes ACCESS SHARE lock