mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
2
src/backend/utils/cache/ts_cache.c
vendored
2
src/backend/utils/cache/ts_cache.c
vendored
@ -582,7 +582,7 @@ getTSCurrentConfig(bool emitError)
|
||||
/* Look up the config */
|
||||
TSCurrentConfigCache =
|
||||
get_ts_config_oid(stringToQualifiedNameList(TSCurrentConfig),
|
||||
!emitError);
|
||||
!emitError);
|
||||
|
||||
return TSCurrentConfigCache;
|
||||
}
|
||||
|
Reference in New Issue
Block a user