pgsql: Remove publicationcmds.c's expr_allowed_in_node as a function

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Remove publicationcmds.c's expr_allowed_in_node as a function
Дата
Msg-id E1odVXp-002Nqb-Ff@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove publicationcmds.c's expr_allowed_in_node as a function

Its API is quite strange, and since there's only one caller, there's no
reason for it to be a separate function in the first place.  Inline it
instead.

Discussion: https://postgr.es/m/20220927124249.4zdzzlz6had7k3x2@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0b1dbcb98454a353919d789c71c6d9a89e961eb

Modified Files
--------------
src/backend/commands/publicationcmds.c | 58 +++++++++++++---------------------
1 file changed, 22 insertions(+), 36 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop(
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix alignment problems with SharedInvalSmgrMsg.