mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Minor ON CONFLICT related comments and doc fixes.
Geoff Winkless, Stephen Frost, Peter Geoghegan and me.
This commit is contained in:
@@ -66,10 +66,10 @@ int SessionReplicationRole = SESSION_REPLICATION_ROLE_ORIGIN;
|
||||
static int MyTriggerDepth = 0;
|
||||
|
||||
/*
|
||||
* Note that similar macros also exists in executor/execMain.c. There does not
|
||||
* appear to be any good header to put it into, given the structures that it
|
||||
* uses, so we let them be duplicated. Be sure to update both if one needs to
|
||||
* be changed, however.
|
||||
* Note that similar macros also exist in executor/execMain.c. There does not
|
||||
* appear to be any good header to put them into, given the structures that
|
||||
* they use, so we let them be duplicated. Be sure to update all if one needs
|
||||
* to be changed, however.
|
||||
*/
|
||||
#define GetUpdatedColumns(relinfo, estate) \
|
||||
(rt_fetch((relinfo)->ri_RangeTableIndex, (estate)->es_range_table)->updatedCols)
|
||||
|
Reference in New Issue
Block a user