mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Rename TransactionChain functions
We call this thing a "transaction block" everywhere except in a few functions, where it is mysteriously called a "transaction chain". In the SQL standard, a transaction chain is something different. So rename these functions to match the common terminology. Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
This commit is contained in:
@@ -1171,7 +1171,7 @@ ExportSnapshot(Snapshot snapshot)
|
||||
char pathtmp[MAXPGPATH];
|
||||
|
||||
/*
|
||||
* It's tempting to call RequireTransactionChain here, since it's not very
|
||||
* It's tempting to call RequireTransactionBlock here, since it's not very
|
||||
* useful to export a snapshot that will disappear immediately afterwards.
|
||||
* However, we haven't got enough information to do that, since we don't
|
||||
* know if we're at top level or not. For example, we could be inside a
|
||||
|
||||
Reference in New Issue
Block a user