diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
commit | 9e1c9f959422192bbe1b842a2a1ffaf76b080196 (patch) | |
tree | cf36bf712b6baf5c0fa86e3854bbcfaf3829b00f /src/backend/commands/tablespace.c | |
parent | 145b18688c04963efcab8ef3e7e10659bf783eb1 (diff) | |
download | postgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.tar.gz postgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.zip |
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't
find anything to change.
Diffstat (limited to 'src/backend/commands/tablespace.c')
-rw-r--r-- | src/backend/commands/tablespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/tablespace.c b/src/backend/commands/tablespace.c index 502736be1aa..84efb414d8c 100644 --- a/src/backend/commands/tablespace.c +++ b/src/backend/commands/tablespace.c @@ -1211,8 +1211,8 @@ check_temp_tablespaces(char **newval, void **extra, GucSource source) /* * If we aren't inside a transaction, or connected to a database, we * cannot do the catalog accesses necessary to verify the name. Must - * accept the value on faith. - * Fortunately, there's then also no need to pass the data to fd.c. + * accept the value on faith. Fortunately, there's then also no need to + * pass the data to fd.c. */ if (IsTransactionState() && MyDatabaseId != InvalidOid) { |