diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-01-29 08:10:47 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-01-29 08:14:28 -0500 |
commit | b319356f0e94a6482c726cf4af96597c211d8d6e (patch) | |
tree | dd34e7cf5ac1ec13be0c816b87dbd5e085163ba7 /contrib/postgres_fdw/postgres_fdw.c | |
parent | b60376649600268b75e1e8be86a6a6fe7fb9b3c3 (diff) | |
download | postgresql-b319356f0e94a6482c726cf4af96597c211d8d6e.tar.gz postgresql-b319356f0e94a6482c726cf4af96597c211d8d6e.zip |
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Previously, each PGPROC's backendLock was part of the main tranche,
and the PGPROC just contained a pointer. Now, the actual LWLock is
part of the PGPROC.
As with previous, similar patches, this makes it significantly easier
to identify these lwlocks in LWLOCK_STATS or Trace_lwlocks output
and improves modularity.
Author: Ildus Kurbangaliev
Reviewed-by: Amit Kapila, Robert Haas
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions