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

Commit 9e8b694

Browse files
committed
Fix typo in parsenodes.h
Introduced in a61b1f7 when RTEPermissionInfo got added. Issue spotted while reviewing the area for a different patch.
1 parent f30d62c commit 9e8b694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/nodes/parsenodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ typedef struct RangeTblEntry
12121212
* needed after rule expansion.
12131213
*
12141214
* Only the relations directly mentioned in the query are checked for
1215-
* accesss permissions by the core executor, so only their RTEPermissionInfos
1215+
* access permissions by the core executor, so only their RTEPermissionInfos
12161216
* are present in the Query. However, extensions may want to check inheritance
12171217
* children too, depending on the value of rte->inh, so it's copied in 'inh'
12181218
* for their perusal.

0 commit comments

Comments
 (0)