diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-01-24 08:57:10 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-01-24 08:57:10 -0500 |
commit | 289992c462b504ffa289202ce8fc34a56b4048c3 (patch) | |
tree | e7cd0398b763e55f48b76149521eeda3c755fa9b /src/backend/executor/nodeModifyTable.c | |
parent | b1ecb9b3fcfb76edb3461ce561d049c8fb9e710d (diff) | |
download | postgresql-289992c462b504ffa289202ce8fc34a56b4048c3.tar.gz postgresql-289992c462b504ffa289202ce8fc34a56b4048c3.zip |
Don't invoke arbitrary code inside a possibly-aborted transaction.
The code here previously tried to call the partitioning operator, but
really the right thing to do (and the safe thing to do) is use
datumIsEqual().
Amit Langote, but I expanded the comment and fixed a compiler warning.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions