cosmetic fixes

Started by Neil Conwayalmost 24 years ago2 messagespatches
Jump to latest
#1Neil Conway
neilc@samurai.com

This patch fixes a typo in a comment, and makes a trivial change to
the PREPARE code pointed out by Karel/Tom: a MemoryContextIsValid()
check is now an Assert(), since we never expect to run into it anyway.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Attachments:

cosmetic-1.patchtext/x-patchDownload+8-8
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#1)
Re: cosmetic fixes

Neil Conway <neilc@samurai.com> writes:

This patch fixes a typo in a comment, and makes a trivial change to
the PREPARE code pointed out by Karel/Tom: a MemoryContextIsValid()
check is now an Assert(), since we never expect to run into it anyway.

Applied.

regards, tom lane