| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Make all built-in lwlock tranche IDs fixed. |
| Date: | 2016-02-02 11:52:55 |
| Message-ID: | E1aQZVv-0006BY-26@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Make all built-in lwlock tranche IDs fixed.
This makes the values more stable, which seems like a good thing for
anybody who needs to look at at them.
Alexander Korotkov and Amit Kapila
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/7191ce8bea0cb110a28faef178efa92bf456e030
Modified Files
--------------
src/backend/access/transam/clog.c | 2 +-
src/backend/access/transam/commit_ts.c | 3 ++-
src/backend/access/transam/multixact.c | 6 ++++--
src/backend/access/transam/slru.c | 4 ++--
src/backend/access/transam/subtrans.c | 3 ++-
src/backend/commands/async.c | 2 +-
src/backend/replication/logical/origin.c | 2 +-
src/backend/storage/lmgr/predicate.c | 3 ++-
src/include/access/slru.h | 2 +-
src/include/storage/lwlock.h | 8 ++++++++
10 files changed, 24 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Teodor Sigaev | 2016-02-02 12:21:18 | pgsql: Fix lossy KNN GiST when ordering operator returns non-float8 val |
| Previous Message | Alvaro Herrera | 2016-02-01 15:08:14 | pgsql: pgbench: allow per-script statistics |