diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-01-09 10:01:22 +0200 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-01-09 10:01:22 +0200 |
commit | 8c441c082797f22ae96f50b641a8ef3f65c92b8d (patch) | |
tree | ebc1da408c3be4f1f09a09195bc006e6079c4a05 /src/backend/access/gist/gistbuildbuffers.c | |
parent | 30b4955a4668887044568743debef804b14418ca (diff) | |
download | postgresql-8c441c082797f22ae96f50b641a8ef3f65c92b8d.tar.gz postgresql-8c441c082797f22ae96f50b641a8ef3f65c92b8d.zip |
Forbid SJE with result relation
The target relation for INSERT/UPDATE/DELETE/MERGE has a different behavior
than other relations in EvalPlanQual() and RETURNING clause. This is why we
forbid target relation to be either source or target relation in SJE.
It's not clear if we could ever support this.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/b9e8f460-f9a6-0e9b-e8ba-60d59f0bc22c%40gmail.com
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions