Re: oid2name silly patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: andrea gelmini <andrea(dot)gelmini(at)linux(dot)it>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: oid2name silly patch
Date: 2001-02-12 13:55:31
Message-ID: 200102121355.IAA20547@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-02-12 13:56:29 Re: yet another C++ comment in C code
Previous Message Dave Page 2001-02-12 13:48:03 RE: ODBC Patch