plproxy - plproxy: Better poll() compat and few cleanups.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: plproxy - plproxy: Better poll() compat and few cleanups.
Date: 2008-05-14 12:46:27
Message-ID: 20080514124627.6F69217AE6FC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Better poll() compat and few cleanups.

- Make resulting fd-count correct for poll().
- Don't allow any negative value as timeout, only -1.
- Clearer label names.

Modified Files:
--------------
plproxy/src:
poll_compat.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/poll_compat.c.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-05-14 14:02:57 pgsql: Remove the special variable for open_sync_bit used in O_SYNC and
Previous Message User Mkz 2008-05-14 12:25:00 plproxy - plproxy: make RUN optional, defaulting to RUN ON 0;