diff options
Diffstat (limited to 'src/backend/storage/file/fd.c')
-rw-r--r-- | src/backend/storage/file/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c index b0c174284b4..3849bfb15d9 100644 --- a/src/backend/storage/file/fd.c +++ b/src/backend/storage/file/fd.c @@ -2577,7 +2577,7 @@ SetTempTablespaces(Oid *tableSpaces, int numSpaces) /* * TempTablespacesAreSet * - * Returns TRUE if SetTempTablespaces has been called in current transaction. + * Returns true if SetTempTablespaces has been called in current transaction. * (This is just so that tablespaces.c doesn't need its own per-transaction * state.) */ |