Comment fix for 60684dd834.
Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/766f3799-0269-162f-ba63-4cae34a5534f@enterprisedb.com
This commit is contained in:
parent
38358aab9a
commit
e39d512f3e
@ -17062,8 +17062,8 @@ RangeVarCallbackForTruncate(const RangeVar *relation,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Callback to RangeVarGetRelidExtended(), similar to
|
* Callback for RangeVarGetRelidExtended(). Checks that the current user is
|
||||||
* RangeVarCallbackOwnsTable() but without checks on the type of the relation.
|
* the owner of the relation, or superuser.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
RangeVarCallbackOwnsRelation(const RangeVar *relation,
|
RangeVarCallbackOwnsRelation(const RangeVar *relation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user