RE: xlog_bufmgr

Started by Mikheev, Vadimover 25 years ago2 messageshackers
Jump to latest
#1Mikheev, Vadim
vmikheev@SECTORBASE.COM

Would it be OK now to eliminate the separate xlog_bufmgr.c and
xlog_localbuf.c files, folding that code back into bufmgr.c and
localbuf.c? It's a real pain to have to make parallel updates
in two copies of that code...

Yes, it's OK now. I'll remove #ifdef XLOG in other files soon.

Vadim

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mikheev, Vadim (#1)
Re: RE: xlog_bufmgr

"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:

Yes, it's OK now. I'll remove #ifdef XLOG in other files soon.

OK. Shall I do it, or do you want to?

regards, tom lane