Re: Alter Domain fixes - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Alter Domain fixes
Date
Msg-id 200212092058.gB9KwQK03998@candle.pha.pa.us
Whole thread Raw
In response to Alter Domain fixes  (Rod Taylor <rbt@rbt.ca>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


z
Rod Taylor wrote:
-- Start of PGP signed section.
> Silence a couple of warnings (attached).
>
> Below is what I'm using to compile / configure.
>
>
> make distclean > /dev/null
>
> CFLAGS="-O2 -Wall -Wmissing-prototypes -Wmissing-declarations \
>        -Wpointer-arith -Wcast-align"
> export CFLAGS
>
> ./configure --prefix=/home/rbt/work/postgresql/`pwd | sed -E
> 's/(.*)\/pgsql([^\/]+)$/db\2/g'` \
>             --enable-depend \
>             --enable-debug \
>             --enable-cassert \
>             --with-pgport=6543
>
> make install > /dev/null
> make check
>
>
> --
> Rod Taylor <rbt@rbt.ca>
>
> PGP Key: http://www.rbt.ca/rbtpub.asc

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: doc fix for OS/X (was: 7.3 on OS X HOWTO)
Next
From: Jon Jensen
Date:
Subject: Refuse SSL patch