mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix typo in parsenodes.h
Introduced in a61b1f7
when RTEPermissionInfo got added. Issue spotted
while reviewing the area for a different patch.
This commit is contained in:
@@ -1212,7 +1212,7 @@ typedef struct RangeTblEntry
|
|||||||
* needed after rule expansion.
|
* needed after rule expansion.
|
||||||
*
|
*
|
||||||
* Only the relations directly mentioned in the query are checked for
|
* Only the relations directly mentioned in the query are checked for
|
||||||
* accesss permissions by the core executor, so only their RTEPermissionInfos
|
* access permissions by the core executor, so only their RTEPermissionInfos
|
||||||
* are present in the Query. However, extensions may want to check inheritance
|
* are present in the Query. However, extensions may want to check inheritance
|
||||||
* children too, depending on the value of rte->inh, so it's copied in 'inh'
|
* children too, depending on the value of rte->inh, so it's copied in 'inh'
|
||||||
* for their perusal.
|
* for their perusal.
|
||||||
|
Reference in New Issue
Block a user