mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Enable BEFORE row-level triggers for partitioned tables
... with the limitation that the tuple must remain in the same partition. Reviewed-by: Ashutosh Bapat Discussion: https://postgr.es/m/20200227165158.GA2071@alvherre.pgsql
This commit is contained in:
@ -307,7 +307,7 @@ CreatePartitionDirectory(MemoryContext mcxt)
|
||||
*
|
||||
* The purpose of this function is to ensure that we get the same
|
||||
* PartitionDesc for each relation every time we look it up. In the
|
||||
* face of current DDL, different PartitionDescs may be constructed with
|
||||
* face of concurrent DDL, different PartitionDescs may be constructed with
|
||||
* different views of the catalog state, but any single particular OID
|
||||
* will always get the same PartitionDesc for as long as the same
|
||||
* PartitionDirectory is used.
|
||||
|
Reference in New Issue
Block a user