Re: Streaming replication status
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <markokr@gmail.com>
Cc: Fujii Masao <masao.fujii@gmail.com>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-12T20:40:34Z
Lists: pgsql-hackers
Marko Kreen <markokr@gmail.com> writes: > FYI: on PL/Proxy we use poll() exclusively and on platforms > that dont have it (win32) we emulate poll() with select(): Yeah, maybe. At the time we started adding poll() support there were enough platforms with only select() that it didn't make sense to impose any sort of penalty on the latter. But by now maybe it'd make sense. Especially if someone fixes the Windows code --- two levels of emulation on Windows probably won't fly ... regards, tom lane