diff options
author | Robert Haas <rhaas@postgresql.org> | 2019-12-17 14:11:14 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2019-12-17 14:14:32 -0500 |
commit | da41d71070d14ecd9e2f4bbe275c98a136826d4b (patch) | |
tree | f353351aa720e3af715caae71fa0d066cd081a8c /src/backend/executor/nodeModifyTable.c | |
parent | 48995040d5e7b1e9bac35d72aff326cae002219d (diff) | |
download | postgresql-da41d71070d14ecd9e2f4bbe275c98a136826d4b.tar.gz postgresql-da41d71070d14ecd9e2f4bbe275c98a136826d4b.zip |
simplehash: Allow for use in frontend code.
Commit 48995040d5e7b1e9bac35d72aff326cae002219d removed the largest
barrier to use of simplehash in frontend code, but there's one more
problem: it uses elog(ERROR, ...) or elog(LOG, ...) in a couple of
places. Work around that by changing those to pg_log_error() and
pg_log_info() when FRONTEND is defined.
Patch by me, reviewed by Andres Freund.
Discussion: http://postgr.es/m/CA+Tgmob8oyh02NrZW=xCScB+5GyJ-jVowE3+TWTUmPF=FsGWTA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions