Thread: Alter Domain fixes

Alter Domain fixes

From
Rod Taylor
Date:
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

Re: Alter Domain fixes

From
Joe Conway
Date:
Rod Taylor wrote:
> Silence a couple of warnings (attached).

Works for me. Thanks!

Joe




Re: Alter Domain fixes

From
Bruce Momjian
Date:
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