• T
    Code review for ON COMMIT patch. Make the actual on-commit action happen · f9b5b41e
    Tom Lane 提交于
    before commit, not after :-( --- the original coding is not only unsafe
    if an error occurs while it's processing, but it generates an invalid
    sequence of WAL entries.  Resurrect 7.2 logic for deleting items when
    no longer needed.  Use an enum instead of random macros.  Editorialize
    on names used for routines and constants.  Teach backend/nodes routines
    about new field in CreateTable struct.  Add a regression test.
    f9b5b41e
sequence.c 24.4 KB