aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2021-01-26 16:42:13 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2021-01-26 16:42:13 -0300
commitfdf9d005401dc2aa0b6321794310cd3cdb634b2d (patch)
tree49933623c9f21079aeb7375dbeaa3201019865d6 /src/backend/executor/nodeModifyTable.c
parent82f97d33f4d947fa5d4492654f68b2cbaf19c9ff (diff)
downloadpostgresql-fdf9d005401dc2aa0b6321794310cd3cdb634b2d.tar.gz
postgresql-fdf9d005401dc2aa0b6321794310cd3cdb634b2d.zip
Report the true database name on connection errors
When reporting connection errors, we might show a database name in the message that's not the one we actually tried to connect to, if the database was taken from libpq defaults instead of from user parameters. Fix such error messages to use PQdb(), which reports the correct name. (But, per commit 2930c05634bc, make sure not to try to print NULL.) Apply to branches 9.5 through 13. Branch master has already been changed differently by commit 58cd8dca3de0. Reported-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://postgr.es/m/CA+TgmobssJ6rS22dspWnu-oDxXevGmhMD8VcRBjmj-b9UDqRjw@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions