Alter Domain fixes - Mailing list pgsql-patches

From Rod Taylor
Subject Alter Domain fixes
Date
Msg-id 1039269228.79804.73.camel@jester
Whole thread Raw
Responses Re: Alter Domain fixes  (Joe Conway <mail@joeconway.com>)
Re: Alter Domain fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Kenji Sugita
Date:
Subject: vacuumlo patch
Next
From: Joe Conway
Date:
Subject: Re: Alter Domain fixes