Alter Domain fixes

Started by Rod Taylorover 23 years ago3 messagespatches
Jump to latest
#1Rod Taylor
rbt@rbt.ca

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

Attachments:

typcmds.patchtext/plain; charset=ISO-8859-1; name=typcmds.patchDownload+3-3
#2Joe Conway
mail@joeconway.com
In reply to: Rod Taylor (#1)
Re: Alter Domain fixes

Rod Taylor wrote:

Silence a couple of warnings (attached).

Works for me. Thanks!

Joe

#3Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#1)
Re: Alter Domain fixes

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