Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e39d512

Browse files
committed
Comment fix for 60684dd.
Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/766f3799-0269-162f-ba63-4cae34a5534f@enterprisedb.com
1 parent 38358aa commit e39d512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/tablecmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17062,8 +17062,8 @@ RangeVarCallbackForTruncate(const RangeVar *relation,
1706217062
}
1706317063

1706417064
/*
17065-
* Callback to RangeVarGetRelidExtended(), similar to
17066-
* RangeVarCallbackOwnsTable() but without checks on the type of the relation.
17065+
* Callback for RangeVarGetRelidExtended(). Checks that the current user is
17066+
* the owner of the relation, or superuser.
1706717067
*/
1706817068
void
1706917069
RangeVarCallbackOwnsRelation(const RangeVar *relation,

0 commit comments

Comments
 (0)