Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    ed275aea
    The attached patch fixes some spelling mistakes, makes the · ed275aea
    Bruce Momjian authored
    comments on one of the optimizer functions a lot more
    clear, adds a summary of the recent KSQO discussion to the
    comments in the code, adds regression tests for the bug with
    sequence state Tom fixed recently and another reg. test, and
    removes some PostQuel legacy stuff: ExecAppend -> ExecInsert,
    ExecRetrieve -> ExecSelect, etc. This was changed because the
    elog() messages from this routine are user-visible, so we
    should be using the SQL terms.
    
    Neil Conway
    ed275aea
    History
    The attached patch fixes some spelling mistakes, makes the
    Bruce Momjian authored
    comments on one of the optimizer functions a lot more
    clear, adds a summary of the recent KSQO discussion to the
    comments in the code, adds regression tests for the bug with
    sequence state Tom fixed recently and another reg. test, and
    removes some PostQuel legacy stuff: ExecAppend -> ExecInsert,
    ExecRetrieve -> ExecSelect, etc. This was changed because the
    elog() messages from this routine are user-visible, so we
    should be using the SQL terms.
    
    Neil Conway