postgresql/contrib/sepgsql
Tom Lane 1fada5d81e Add missing EmitWarningsOnPlaceholders() calls.
Extensions that define any custom GUCs should call
EmitWarningsOnPlaceholders after doing so, to help catch misspellings.
Many of our contrib modules hadn't gotten the memo on that, though.

Also add such calls to src/test/modules extensions that have GUCs.
While these aren't really user-facing, they should illustrate good
practice not faulty practice.

Shinya Kato

Discussion: https://postgr.es/m/524fa2c0a34f34b68fbfa90d0760d515@oss.nttdata.com
2021-12-21 12:12:24 -05:00
..
expected Fix regression test output of sepgsql 2021-08-10 13:14:37 +09:00
sql Remove gratuitous uses of deprecated SELECT INTO 2021-01-28 14:28:41 +01:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
database.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
dml.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
hooks.c Add missing EmitWarningsOnPlaceholders() calls. 2021-12-21 12:12:24 -05:00
label.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
launcher Update copyright for 2021 2021-01-02 13:06:25 -05:00
proc.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
relation.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
schema.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
selinux.c Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
sepgsql-regtest.te Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sepgsql.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
uavc.c Update copyright for 2021 2021-01-02 13:06:25 -05:00