mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Small comment spacing improvement.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/rewrite/rewriteHandler.c,v 1.175 2007/11/15 23:23:44 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/rewrite/rewriteHandler.c,v 1.176 2007/11/16 01:51:22 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1051,7 +1051,7 @@ matchLocks(CmdType event,
|
||||
oneLock->enabled == RULE_DISABLED)
|
||||
continue;
|
||||
}
|
||||
else /* ORIGIN or LOCAL ROLE */
|
||||
else /* ORIGIN or LOCAL ROLE */
|
||||
{
|
||||
if (oneLock->enabled == RULE_FIRES_ON_REPLICA ||
|
||||
oneLock->enabled == RULE_DISABLED)
|
||||
|
Reference in New Issue
Block a user