mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Replace remaining uses of "whitelist".
Instead describe the action that the list effects, or just use "list" where the meaning is obvious from context. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue%40alap3.anarazel.de
This commit is contained in:
@ -644,7 +644,7 @@ pg_isolation_test_session_is_blocked(PG_FUNCTION_ARGS)
|
||||
/*
|
||||
* Check if blocked_pid is waiting for a safe snapshot. We could in
|
||||
* theory check the resulting array of blocker PIDs against the
|
||||
* interesting PIDs whitelist, but since there is no danger of autovacuum
|
||||
* interesting PIDs list, but since there is no danger of autovacuum
|
||||
* blocking GetSafeSnapshot there seems to be no point in expending cycles
|
||||
* on allocating a buffer and searching for overlap; so it's presently
|
||||
* sufficient for the isolation tester's purposes to use a single element
|
||||
|
Reference in New Issue
Block a user