Re: Alter Domain fixes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Alter Domain fixes
Date: 2002-12-09 20:58:26
Message-ID: 200212092058.gB9KwQK03998@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rbt(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-12-09 21:05:43 psql's \d commands --- end of the line for 1-character identifiers?
Previous Message Bruce Momjian 2002-12-09 20:57:41 Re: doc fix for OS/X (was: 7.3 on OS X HOWTO)