]> git.ipfire.org Git - thirdparty/postgresql.git/commit
This patch from Alvaro Herrera adds transaction ID to the list of
authorNeil Conway <neilc@samurai.com>
Wed, 22 Sep 2004 03:55:27 +0000 (03:55 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 22 Sep 2004 03:55:27 +0000 (03:55 +0000)
commita3c53c834f769b31052ac55d5fb939b7cc9a4ec1
tree265c851ae6f896d268e801502e4c93b09eec19fc
parent665d3736fb69fc92eea3c268daa2ec5e021165b7
This patch from Alvaro Herrera adds transaction ID to the list of
log_line_prefix escapes. The escape sequence used for this is %x.
%x previously meant "postmaster et al. stop here" -- this has been
renamed to %q.
doc/src/sgml/runtime.sgml
src/backend/utils/error/elog.c
src/backend/utils/misc/postgresql.conf.sample