pgsql: Fix inconsistent parameter names between prototype and declarati

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix inconsistent parameter names between prototype and declarati
Дата
Msg-id E1oCBzL-000G1T-56@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix inconsistent parameter names between prototype and declarati
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Support gcc -fkeep-inline-functions