Re: pgsql/src/backend/commands sequence.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/commands sequence.c
Date: 2002-01-11 20:19:44
Message-ID: 200201112019.g0BKJiw10971@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Can you remind me why sequences are different from normal tables in the
> > regard?
>
> Because VACUUM doesn't vacuum sequences.

Oh. Is that good? If we set the sequence xid as frozen, how do we
rollback a sequence creation?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-01-11 20:34:15 pgsql/ oc/src/sgml/ref/pg_upgrade.sgml rc/bin/ ...
Previous Message Tom Lane 2002-01-11 20:17:34 Re: pgsql/src/backend/commands sequence.c