]> granicus.if.org Git - postgresql/commit
Make all built-in lwlock tranche IDs fixed.
authorRobert Haas <rhaas@postgresql.org>
Tue, 2 Feb 2016 11:42:14 +0000 (06:42 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 2 Feb 2016 11:45:55 +0000 (06:45 -0500)
commit7191ce8bea0cb110a28faef178efa92bf456e030
tree04014e9bfc2ca0dfdb09dec11cd94a2cc84afa81
parent1d0c3b3f8a98b0ed9515ff0a3868266c3bfb5d38
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
src/backend/access/transam/clog.c
src/backend/access/transam/commit_ts.c
src/backend/access/transam/multixact.c
src/backend/access/transam/slru.c
src/backend/access/transam/subtrans.c
src/backend/commands/async.c
src/backend/replication/logical/origin.c
src/backend/storage/lmgr/predicate.c
src/include/access/slru.h
src/include/storage/lwlock.h