mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Rename MemoryContextCopySetIdentifier() for clarity
MemoryContextCopySetIdentifier -> MemoryContextCopyAndSetIdentifier Discussion: https://www.postgresql.org/message-id/6421.1522194949@sss.pgh.pa.us
This commit is contained in:
@ -214,7 +214,7 @@ RelationBuildRowSecurity(Relation relation)
|
||||
SysScanDesc sscan;
|
||||
HeapTuple tuple;
|
||||
|
||||
MemoryContextCopySetIdentifier(rscxt,
|
||||
MemoryContextCopyAndSetIdentifier(rscxt,
|
||||
RelationGetRelationName(relation));
|
||||
|
||||
rsdesc = MemoryContextAllocZero(rscxt, sizeof(RowSecurityDesc));
|
||||
|
Reference in New Issue
Block a user