Alter Domain fixes

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Alter Domain fixes
Дата
Msg-id 1039269228.79804.73.camel@jester
обсуждение исходный текст
Ответы Re: Alter Domain fixes  (Joe Conway <mail@joeconway.com>)
Re: Alter Domain fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Kenji Sugita
Дата:
Сообщение: vacuumlo patch
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Alter Domain fixes