postgresql/src/backend/tcop
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages
An inconsistent set of debug-level messages was not using
errmsg_internal(), thus uselessly exposing the messages to translation
work.  Fix those.
2021-02-17 11:33:25 +01:00
..
Makefile Represent command completion tags as structs 2020-03-02 18:19:51 -03:00
cmdtag.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
dest.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
fastpath.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
postgres.c Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
pquery.c Avoid crash when rolling back within a prepared statement. 2021-02-03 19:38:43 -05:00
utility.c Allow multiple xacts during table sync in logical replication. 2021-02-12 07:41:51 +05:30