postgresql/src/backend/replication/logical
Tom Lane 12d11432b4 Fix possible null pointer dereference or invalid warning message.
Thinko in commit de4389712: this warning message references the wrong
"LogicalRepWorker *" variable.  This would often result in a core dump,
but if it didn't, the message would show the wrong subscription OID.

In passing, adjust the message text to format a subscription OID
similarly to how that's done elsewhere in the function; and fix
grammatical issues in some nearby messages.

Per Coverity testing.
2017-04-30 12:21:02 -04:00
..
decode.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
launcher.c Fix possible null pointer dereference or invalid warning message. 2017-04-30 12:21:02 -04:00
logical.c Don't use on-disk snapshots for exported logical decoding snapshot. 2017-04-27 15:29:15 -07:00
logicalfuncs.c Teach xlogreader to follow timeline switches 2017-03-22 07:05:12 +00:00
Makefile Logical replication support for initial data copy 2017-03-23 08:55:37 -04:00
message.c Spelling fixes in code comments 2017-04-26 12:07:11 -04:00
origin.c Spelling fixes in code comments 2017-04-26 12:07:11 -04:00
proto.c Spelling fixes in code comments 2017-04-26 12:07:11 -04:00
relation.c Initialize all memory for logical replication relation cache. 2017-04-23 15:54:41 -07:00
reorderbuffer.c Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
snapbuild.c Don't use on-disk snapshots for exported logical decoding snapshot. 2017-04-27 15:29:15 -07:00
tablesync.c Wait between tablesync worker restarts 2017-04-28 13:47:46 -04:00
worker.c Fix typo in comment 2017-04-26 21:13:01 -04:00