mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
code: replace most remaining uses of 'master'.
Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
This commit is contained in:
@@ -2222,9 +2222,9 @@ RestoreSnapshot(char *start_address)
|
||||
* the declaration for PGPROC.
|
||||
*/
|
||||
void
|
||||
RestoreTransactionSnapshot(Snapshot snapshot, void *master_pgproc)
|
||||
RestoreTransactionSnapshot(Snapshot snapshot, void *source_pgproc)
|
||||
{
|
||||
SetTransactionSnapshot(snapshot, NULL, InvalidPid, master_pgproc);
|
||||
SetTransactionSnapshot(snapshot, NULL, InvalidPid, source_pgproc);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user