Re: Fix pg_ctl restart bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix pg_ctl restart bug
Date: 2008-06-26 03:38:11
Message-ID: 4180.1214451491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> However, as of 2004-10-15, this has not worked. :-( The attached patch
> is the one that caused the bug --- on non-Unix systems, SYSTEMQUOTE is
> "", meaning zero-length string. I should have seen the bug when I
> applied the contributed patch in 2004.

So, shouldn't this fix be back-patched?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2008-06-26 03:39:37 Re: Fix pg_ctl restart bug
Previous Message Bruce Momjian 2008-06-26 02:47:07 Fix pg_ctl restart bug