Rename TransactionChain functions
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +14 −14 |
| src/backend/commands/cluster.c | modified | +1 −1 |
| src/backend/commands/dbcommands.c | modified | +1 −1 |
| src/backend/commands/discard.c | modified | +1 −1 |
| src/backend/commands/portalcmds.c | modified | +1 −1 |
| src/backend/commands/subscriptioncmds.c | modified | +2 −2 |
| src/backend/commands/typecmds.c | modified | +1 −1 |
| src/backend/commands/vacuum.c | modified | +2 −2 |
| src/backend/replication/walsender.c | modified | +3 −3 |
| src/backend/tcop/utility.c | modified | +15 −15 |
| src/backend/utils/misc/guc.c | modified | +5 −5 |
| src/backend/utils/time/snapmgr.c | modified | +1 −1 |
| src/bin/psql/common.c | modified | +1 −1 |
| src/include/access/xact.h | modified | +4 −4 |