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 ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a60b11327bbd4ae9f661563644a15b0c324f3d9d Modified Files -------------- src/backend/commands/publicationcmds.c | 58 +++++++++++++--------------------- 1 file changed, 22 insertions(+), 36 deletions(-)