From: | Rod Taylor <rbt(at)rbt(dot)ca> |
---|---|
To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Alter Domain fixes |
Date: | 2002-12-07 13:53:49 |
Message-ID: | 1039269228.79804.73.camel@jester |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)rbt(dot)ca>
PGP Key: http://www.rbt.ca/rbtpub.asc
Attachment | Content-Type | Size |
---|---|---|
typcmds.patch | text/plain | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2002-12-07 17:13:20 | Re: Alter Domain fixes |
Previous Message | Florian Weimer | 2002-12-07 08:12:44 | Re: [PATCHES] Patch to make Turks happy. |