pgsql: Refactor XLogInsert a bit. The rdata entries for backup blocks a

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor XLogInsert a bit. The rdata entries for backup blocks a
Date: 2012-01-11 09:28:25
Message-ID: E1RkuTp-0000KV-0C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor XLogInsert a bit. The rdata entries for backup blocks are now
constructed before acquiring WALInsertLock, which slightly reduces the time
the lock is held. Although I could not measure any benefit in benchmarks,
the code is more readable this way.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9c808f89c2841dd847555898a8db45fcd69e913b

Modified Files
--------------
src/backend/access/transam/xlog.c | 202 +++++++++++++++++--------------------
1 files changed, 91 insertions(+), 111 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2012-01-11 14:05:46 Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.
Previous Message Peter Eisentraut 2012-01-10 20:49:36 pgsql: Fix typos