Re: oid2name silly patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: oid2name silly patch
Date
Msg-id 200102121355.IAA20547@candle.pha.pa.us
Whole thread Raw
In response to oid2name silly patch  (andrea gelmini <andrea.gelmini@linux.it>)
Responses Re: oid2name silly patch
List pgsql-patches
> a wild patch for something i need to use.
>
> ciao,
> andrea

oid2name is now in /contrib/Makefile.  As for getopt.h, most platforms
don't have it.  BSD/OS has:

     #include <stdio.h>
     #include <unistd.h>

I have added  #include <unistd.h>.   Let me know if that helps.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: yet another C++ comment in C code
Next
From: Bruce Momjian
Date:
Subject: Re: yet another C++ comment in C code