Обсуждение: pgsql: Remove publicationcmds.c's expr_allowed_in_node as a function

Поиск
Список
Период
Сортировка

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

От
Alvaro Herrera
Дата:
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(-)