Re: [PATCHES] Minor lmgr code cleanup

2003-12-01 Thread Bruce Momjian
Patch applied. Thanks. That lock manager code really needed the cleanup. --- Manfred Koizar wrote: On Mon, 8 Sep 2003 13:02:11 -0400 (EDT), Bruce Momjian [EMAIL PROTECTED] wrote: Manfred, can I get a description for

Re: [PATCHES] Minor lmgr code cleanup

2003-09-09 Thread Manfred Koizar
On Mon, 8 Sep 2003 13:02:11 -0400 (EDT), Bruce Momjian [EMAIL PROTECTED] wrote: Manfred, can I get a description for this patch? Thanks. Try to reduce confusion about what is a lock method identifier, a lock method control structure, or a table of control structures. . Use type LOCKMASK where

Re: [PATCHES] Minor lmgr code cleanup

2003-09-09 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Manfred Koizar wrote: On Mon, 8 Sep 2003 13:02:11 -0400 (EDT), Bruce Momjian [EMAIL PROTECTED] wrote: Manfred, can I

Re: [PATCHES] Minor lmgr code cleanup

2003-09-08 Thread Manfred Koizar
On Mon, 8 Sep 2003 00:51:45 -0400 (EDT), Bruce Momjian [EMAIL PROTECTED] wrote: This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 Here is the combined patch. Prior patches in this thread are hereby obsolete. Servus Manfred diff -ruN

Re: [PATCHES] Minor lmgr code cleanup

2003-09-08 Thread Bruce Momjian
Manfred, can I get a description for this patch? Thanks. --- Manfred Koizar wrote: On Mon, 8 Sep 2003 00:51:45 -0400 (EDT), Bruce Momjian [EMAIL PROTECTED] wrote: This has been saved for the 7.5 release:

[PATCHES] Minor lmgr code cleanup

2003-09-07 Thread Manfred Koizar
Try to reduce confusion about what is a lock method identifier, a lock method control structure, or a table of control structures. . Use type LOCKMASK where an int is not a counter. . Get rid of INVALID_TABLEID, use INVALID_LOCKMETHOD instead. . Use INVALID_LOCKMETHOD instead of (LOCKMETHOD)

Re: [PATCHES] Minor lmgr code cleanup

2003-09-07 Thread Tom Lane
Manfred Koizar [EMAIL PROTECTED] writes: I'd put another pair of parens around that. [etc] Done. Small patch attached, should be applied after the large patch. Big fat all-in-one patch available on request. Looks good to me. Bruce, please add to pending queue for 7.5?

Re: [PATCHES] Minor lmgr code cleanup

2003-09-07 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Manfred Koizar wrote: On Sun, 07 Sep 2003 10:19:07 -0400, Tom Lane [EMAIL PROTECTED] wrote: +#define BITS_OFF(i) ~(1