Re: pgsql-server/src/backend commands/sequence.c p ...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql-server/src/backend commands/sequence.c p ...
Дата
Msg-id 200302131920.h1DJKQH05138@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/src/backend commands/sequence.c p ...  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-committers
Rod Taylor wrote:
-- Start of PGP signed section.
> On Thu, 2003-02-13 at 14:00, Bruce Momjian wrote:
> > I am not thrilled to see those huge integers in the dump file for
> > sequences.  It would be good to test for these in pg_dump and output
> > those symbols instead.  i don't think we need to store them as bools ---
> > just make the tests to see if the values matches these symbol values.
>
> I have no problem with that -- but it does change the way pg_dump
> functions for pre-7.4 sequences.

We already don't support loading 7.4 dumps into pre-7.4 dumps, I
thought.  We can test the version we are dumping and only use the
symbols for >- 7.4 --- don't we do that in other places?

--
  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

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: pgsql-server/src/backend commands/sequence.c p ...
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql-server/src/interfaces/ecpg/preproc pgc.l ...