• Simon Riggs's avatar
    Speed up COPY into tables with DEFAULT nextval() · 4d1e2aeb
    Simon Riggs authored
    Previously the presence of a nextval() prevented the
    use of batch-mode COPY.  This patch introduces a
    special case just for nextval() functions. In future
    we will introduce a general case solution for
    labelling volatile functions as safe for use.
    4d1e2aeb
clauses.h 2.89 KB