mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't find anything to change.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user