Remove padding in XLogCtl; might be a good idea, but let's keep it simple
authorHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 27 Jan 2009 08:10:52 +0000 (10:10 +0200)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 27 Jan 2009 08:10:52 +0000 (10:10 +0200)
commitf0fdc83d001e52de42114be1cf69f8a957d5b1ef
treecdf3a3e50d828f1fa1f83f6e5249c4e95003b8b1
parent78bc6239f840fec29a71db47db2349e5f38a23d5
Remove padding in XLogCtl; might be a good idea, but let's keep it simple
for now.

Also remove the XLogCtl->mode_lck spinlock, which is pretty pointless for
a single boolean that's only written by one process.
src/backend/access/transam/xlog.c