[PATCHES] Minor psql consistency fixes

2004-09-05 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Minor consistency fixes: have \df show schema and name first, make sure \di+ shows description last, and make \dl SQL look a little more standard. Index: describe.c

[PATCHES] Change "recycled transaction log" from LOG to DEBUG1

2004-09-05 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On August 9, Tom Lane wrote regarding "recycled transaction log file" messages appearing in the server logs: > This is normal behavior. At some point we'll probably knock down the > priority o

Re: [PATCHES] Change "recycled transaction log" from LOG to DEBUG1

2004-09-05 Thread Christopher Kings-Lynne
May as well downgrade the CLOG message as well then. Chris Greg Sabino Mullane wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On August 9, Tom Lane wrote regarding "recycled transaction log file" messages appearing in the server logs:

Re: [PATCHES] Change "recycled transaction log" from LOG to DEBUG1

2004-09-05 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > May as well downgrade the CLOG message as well then. Agreed. I've applied the attached extended patch. regards, tom lane *** src/backend/access/transam/slru.c.orig Sun Aug 29 09:54:52 2004 --- src/backend/access/