You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Allow skipping of WAL fornew tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
632
+
Allow skipping of WAL forfull table writes if wal_level is 'minimal' (Kyotaro Horiguchi)
633
633
</para>
634
634
635
635
<para>
636
-
Relations larger than wal_skip_threshold will have their files fsync'ed rather thanwriting theirWAL records. Previously this was done only for COPY operations, but the implementation had a bug
636
+
Relations larger than wal_skip_threshold will have their files fsync'ed rather thangeneratingWAL. Previously this was done only for COPY operations, but the implementation had a bug