Fix typo in parsenodes.h
authorMichael Paquier
Fri, 10 Feb 2023 06:37:41 +0000 (15:37 +0900)
committerMichael Paquier
Fri, 10 Feb 2023 06:37:41 +0000 (15:37 +0900)
Introduced in a61b1f7 when RTEPermissionInfo got added.  Issue spotted
while reviewing the area for a different patch.

src/include/nodes/parsenodes.h

index 855da99ec02bcb8f32e5216f33b80ddc5db448d0..eafdb083ea47aeeeb5a359503a0bca6fadda3b00 100644 (file)
@@ -1212,7 +1212,7 @@ typedef struct RangeTblEntry
  *         needed after rule expansion.
  *
  * 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
  * children too, depending on the value of rte->inh, so it's copied in 'inh'
  * for their perusal.