[HACKERS] Remove backup_label automatically

2009-11-01 Thread Toru SHIMOGAKI
int record"), errhint("If you are not restoring from a backup, try removing the fi le \"%s/backup_label\".", DataDir))); regards, -- Toru SHIMOGAKI NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make

Re: [HACKERS] build multiple indexes in single table pass?

2008-04-01 Thread Toru SHIMOGAKI
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php . -- Toru SHIMOGAKI<[EMAIL PROTECTED]> NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] [PATCHES] [BUGS] BUG #2704: pg_class.relchecks overflow

2006-11-12 Thread Toru SHIMOGAKI
eason that we don't fix it? Best regards, -- Toru SHIMOGAKI<[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [HACKERS] Parallel index build during COPY

2006-06-15 Thread Toru SHIMOGAKI
would almost certainly be a win. If someone wants to hack up a patch to allow testing this, I can get some benchmark numbers. -- Toru SHIMOGAKI NTT Opensource Software Center <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 1: if posting

[HACKERS] Should _bt_pgaddtup, called by _bt_split, pass down LP_DELETE flag?

2006-01-30 Thread Toru SHIMOGAKI
item is necessarily not alive too. If we passed down the status flag (LP_DELETE/LP_USED), we would know this and could save one disk access. I would appreciate your comments on this. Best regards. -- Toru SHIMOGAKI <[EMAIL PROTECTED]> ---(end of bro