diff options
Diffstat (limited to 'src/bin/psql/large_obj.c')
-rw-r--r-- | src/bin/psql/large_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/large_obj.c b/src/bin/psql/large_obj.c index 2a3416b3698..8a8887202a8 100644 --- a/src/bin/psql/large_obj.c +++ b/src/bin/psql/large_obj.c @@ -48,7 +48,7 @@ print_lo_result(const char *fmt,...) * Prepare to do a large-object operation. We *must* be inside a transaction * block for all these operations, so start one if needed. * - * Returns TRUE if okay, FALSE if failed. *own_transaction is set to indicate + * Returns true if okay, false if failed. *own_transaction is set to indicate * if we started our own transaction or not. */ static bool |