Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8c115a
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20cd959
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 30, 2025

  1. COPY FROM (on_error table)

    the syntax is {on_error table, table error_saving_tbl}.  we first check table
    error_saving_tbl's existence and data definition.  if it does not meet our
    criteria, then we quickly error out.
    
    we also did preliminary check the lock of error saving table so the insert to
    error saving table won't stuck.
    
    once there is a error happened, we save the error metedata and insert it to the
    error_saving_table. and continue to the next row.  That means for one row, we
    can only catch the first field that have errors.
    
    discussion: https://postgr.es/m/CACJufxH_OJpVra%3D0c4ow8fbxHj7heMcVaTNEPa5vAurSeNA-6Q%40mail.gmail.com
    context:    https://www.postgresql.org/message-id/752672.1699474336%40sss.pgh.pa.us
    commitfest: https://commitfest.postgresql.org/51/4817/
    jianhe-fun authored and Commitfest Bot committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    d6be317 View commit details
    Browse the repository at this point in the history
  2. [CF 4817] v5 - on_error table, saving error info to a table

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/4817
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CACJufxGsswQm1gHxM7gAb1j_UPOymtnOrAjeS5i+a5N00xM-Wg@mail.gmail.com
    Author(s): jian he
    Commitfest Bot committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    20cd959 View commit details
    Browse the repository at this point in the history
Loading