| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_migrator progress |
| Date: | 2009-02-18 14:32:19 |
| Message-ID: | 603c8f070902180632g626cb462rdce0b9402de07e63@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
You've moved fast on this!
> #ifdef NOT_USED
> /* XXX do we need this at all? */
> /*
> * Assuming OIDs are only used in system tables, there is no need to
> * restore the OID counter because we have not transfered any OIDs
> * from the old system.
> */
> prepStatus(&ctx, "Setting next oid for new cluster");
> exec_prog(&ctx, true, "%s/pg_resetxlog -o %u %s 1>/dev/null",
> ctx.m_newbindir, ctx.m_oldctrldata.chkpnt_nxtoid, ctx.m_newpgdata);
> check_ok(&ctx);
> #endif
It's certainly not impossible for someone to be using OIDs on user
tables, is it?
I mean, I'm not, but...
...Robert
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2009-02-18 14:41:55 | Re: pg_migrator progress |
| Previous Message | Bruce Momjian | 2009-02-18 14:00:49 | pg_migrator progress |