pgsql: Use varargs macro for CACHEDEBUG

2019-02-19 Thread Peter Eisentraut
Use varargs macro for CACHEDEBUG Reviewed-by: Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/90cfa49003831dbea109a9f0a7924dc95c1bf1c5 Modified Files -- src/backend/utils/cache/catcache.c | 76 -- 1 file

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildInitialSnapshot(). Existing callers of SnapBui

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildExportSnapshot(). Existing callers of SnapBuil

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildExportSnapshot(). Existing callers of SnapBuil

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildExportSnapshot(). Existing callers of SnapBuil

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildInitialSnapshot(). Existing callers of SnapBui

pgsql: Mark correctly initial slot snapshots with MVCC type when built

2019-02-19 Thread Michael Paquier
Mark correctly initial slot snapshots with MVCC type when built When building an initial slot snapshot, snapshots are marked with historic MVCC snapshots as type with the marker field being set in SnapBuildBuildSnapshot() but not overriden in SnapBuildInitialSnapshot(). Existing callers of SnapBui