Re: [PATCHES] PostmasterHandl_patch of win32 - Mailing list pgsql-hackers

From Hiroshi Saito
Subject Re: [PATCHES] PostmasterHandl_patch of win32
Date
Msg-id 007201c6a877$de9418a0$1f110dde@IBMC4B5932F74B
Whole thread Raw
In response to Re: [PATCHES] PostmasterHandl_patch of win32  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
From: "Tom Lane"

> "Hiroshi Saito" <z-saito@guitar.ocn.ne.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


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Online index builds
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Online index builds