Re: pg_migrator progress
От | Robert Haas |
---|---|
Тема | Re: pg_migrator progress |
Дата | |
Msg-id | 603c8f070902180632g626cb462rdce0b9402de07e63@mail.gmail.com обсуждение исходный текст |
Ответ на | pg_migrator progress (Bruce Momjian <bruce@momjian.us>) |
Ответы |
Re: pg_migrator progress
|
Список | 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
В списке pgsql-hackers по дате отправления: