mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Comment typo fix.
Per Amit Langote.
This commit is contained in:
@ -513,9 +513,9 @@ RangeVarGetCreationNamespace(const RangeVar *newRelation)
|
||||
* As a side effect, this function acquires AccessShareLock on the target
|
||||
* namespace. Without this, the namespace could be dropped before our
|
||||
* transaction commits, leaving behind relations with relnamespace pointing
|
||||
* to a no-longer-exstant namespace.
|
||||
* to a no-longer-existent namespace.
|
||||
*
|
||||
* As a further side-effect, if the select namespace is a temporary namespace,
|
||||
* As a further side-effect, if the selected namespace is a temporary namespace,
|
||||
* we mark the RangeVar as RELPERSISTENCE_TEMP.
|
||||
*/
|
||||
Oid
|
||||
|
Reference in New Issue
Block a user