aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-04-30 12:21:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-04-30 12:21:02 -0400
commit12d11432b4db8a2ae665287e05f0f6868d35545e (patch)
treea4954e6e85ac20a430435a972e439cf4ee422d2c /src/backend/executor/nodeModifyTable.c
parentc23844212d768b0423859437ca8189b89fd85250 (diff)
downloadpostgresql-12d11432b4db8a2ae665287e05f0f6868d35545e.tar.gz
postgresql-12d11432b4db8a2ae665287e05f0f6868d35545e.zip
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.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions