Re: PostmasterHandl_patch of win32

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: <pgsql-hackers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>, "Bruce Momjian" <bruce(at)momjian(dot)us>
Subject: Re: PostmasterHandl_patch of win32
Date: 2006-07-16 01:33:37
Message-ID: 007201c6a877$de9418a0$1f110dde@IBMC4B5932F74B
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

From: "Tom Lane"

> "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> writes:
>> Probably, this application will be required.
>
> This seems very messy. The correct fix is just to put back the #include
> line, no?

@@ -18,6 +18,7 @@
#include <unistd.h>

#include "miscadmin.h"
+#include "postmaster/postmaster.h"
#include "storage/pmsignal.h"
#include "storage/shmem.h"

Ahh.., include by which you were committed is very good.
Thanks.!

Regards,
Hiroshi Saito

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-07-16 01:37:58 Re: Online index builds
Previous Message Greg Stark 2006-07-16 01:10:46 Re: Online index builds

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2006-07-16 06:16:00 Re: Have psql display names and OUT/INOUT in \df output
Previous Message Tom Lane 2006-07-16 01:06:39 Re: PostmasterHandl_patch of win32