diff options
Diffstat (limited to 'src/backend/foreign/foreign.c')
-rw-r--r-- | src/backend/foreign/foreign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/foreign/foreign.c b/src/backend/foreign/foreign.c index a113bf540da..45fca526216 100644 --- a/src/backend/foreign/foreign.c +++ b/src/backend/foreign/foreign.c @@ -428,7 +428,7 @@ GetFdwRoutineForRelation(Relation relation, bool makecopy) /* * IsImportableForeignTable - filter table names for IMPORT FOREIGN SCHEMA * - * Returns TRUE if given table name should be imported according to the + * Returns true if given table name should be imported according to the * statement's import filter options. */ bool |