instacart / makara

A Read-Write Proxy for Connections; Also provides an ActiveRecord adapter.
http://tech.taskrabbit.com/
MIT License
929 stars 170 forks source link

Add transaction id support to makara_abstract_adapter #273

Open elguapo1611 opened 4 years ago

elguapo1611 commented 4 years ago

Always run select txid_current() on master without sticking.

levkk commented 4 years ago

You sure this function can be called on a replica to find out what it's current transaction ID is? I was thinking we'd use pg_current_wal_lsn()