-
- Downloads
Clean up inefficiency in ExecRelCheck, and cause it to do the right
thing when there are multiple result relations. Formerly, during something like 'UPDATE foo*', foo's constraints and *only* foo's constraints would be applied to all foo's children. Wrong-o ...
Showing
- src/backend/commands/copy.c 3 additions, 5 deletionssrc/backend/commands/copy.c
- src/backend/executor/execMain.c 69 additions, 128 deletionssrc/backend/executor/execMain.c
- src/include/executor/executor.h 3 additions, 3 deletionssrc/include/executor/executor.h
- src/include/nodes/execnodes.h 4 additions, 2 deletionssrc/include/nodes/execnodes.h
Loading
Please register or sign in to comment