[PATCHES] Fix argument of SetBufferCommitInfoNeedsSave at _bt_check_unique

2005-10-12 Thread Atsushi Ogawa
The argument of SetBufferCommitInfoNeedsSave at _bt_check_unique might be not correct. When the next page is checked, I think that the argument is not buf but nbuf. regards, --- Atsushi Ogawa *** ./src/backend/access/nbtree/nbtinsert.c.orig 2005-10-13 00:59:55.599839064 +0900 ---

Re: [PATCHES] Fix argument of SetBufferCommitInfoNeedsSave at _bt_check_unique

2005-10-12 Thread Tom Lane
Atsushi Ogawa [EMAIL PROTECTED] writes: The argument of SetBufferCommitInfoNeedsSave at _bt_check_unique might be not correct. When the next page is checked, I think that the argument is not buf but nbuf. You are right --- thanks for finding this! regards, tom lane