blob: 11ff12f0d301cf083f34fb8fc22a365838bb4c5f [file] [log] [blame]
SELECT 0::int as sid,
pg_current_xlog_location() AS location,
pg_current_xlog_insert_location() AS insert_location;