Rename recently-added pg_stat_activity column from txn_start to xact_start,
Tom Lane <tgl@sss.pgh.pa.us>
Rename recently-added pg_stat_activity column from txn_start to xact_start, for consistency with other column names such as in pg_stat_database.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +4 −4 |
| src/backend/catalog/system_views.sql | modified | +2 −2 |
| src/backend/postmaster/pgstat.c | modified | +6 −7 |
| src/backend/utils/adt/pgstatfuncs.c | modified | +4 −4 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +2 −2 |
| src/include/pgstat.h | modified | +3 −3 |
| src/test/regress/expected/rules.out | modified | +1 −1 |