1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +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:
Robert Haas 2017-08-10 13:14:47 -04:00
parent 0b7ba3d647
commit e694010758

View File

@ -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;