mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@ -387,7 +387,7 @@ SetDatatabaseHasLoginEventTriggers(void)
|
||||
HeapTuple tuple;
|
||||
|
||||
/*
|
||||
* Use shared lock to prevent a conflit with EventTriggerOnLogin() trying
|
||||
* Use shared lock to prevent a conflict with EventTriggerOnLogin() trying
|
||||
* to reset pg_database.dathasloginevt flag. Note, this lock doesn't
|
||||
* effectively blocks database or other objection. It's just custom lock
|
||||
* tag used to prevent multiple backends changing
|
||||
|
Reference in New Issue
Block a user