mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo in comment.
Etsuro Fujita Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp
This commit is contained in:
@ -67,7 +67,7 @@ typedef struct PlannedStmt
|
||||
|
||||
/*
|
||||
* rtable indexes of non-leaf target relations for UPDATE/DELETE on all
|
||||
* the partitioned table mentioned in the query.
|
||||
* the partitioned tables mentioned in the query.
|
||||
*/
|
||||
List *nonleafResultRelations;
|
||||
|
||||
|
Reference in New Issue
Block a user