Thread: Re: [PATCHES] PostmasterHandl_patch of win32

Re: [PATCHES] PostmasterHandl_patch of win32

From
Tom Lane
Date:
"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?

            regards, tom lane

Re: [PATCHES] PostmasterHandl_patch of win32

From
"Hiroshi Saito"
Date:
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