File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.201 2010/01/15 09:19:04 heikki Exp $
11+ * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.202 2010/02/05 20:26:56 momjian Exp $
1212 *
1313 *
1414 *-------------------------------------------------------------------------
@@ -855,6 +855,7 @@ process_settings(Oid databaseid, Oid roleid)
855855
856856 relsetting = heap_open (DbRoleSettingRelationId , AccessShareLock );
857857
858+ /* Later settings are ignored if set earlier. */
858859 ApplySetting (databaseid , roleid , relsetting , PGC_S_DATABASE_USER );
859860 ApplySetting (InvalidOid , roleid , relsetting , PGC_S_USER );
860861 ApplySetting (databaseid , InvalidOid , relsetting , PGC_S_DATABASE );
You can’t perform that action at this time.
0 commit comments