Method: ActiveRecord::PGExtensions::PostgreSQLAdapter#current_wal_flush_lsn
- Defined in:
- lib/active_record/pg_extensions/postgresql_adapter.rb
permalink #current_wal_flush_lsn ⇒ Object
[View source]
192 193 194 195 196 |
# File 'lib/active_record/pg_extensions/postgresql_adapter.rb', line 192 def current_wal_flush_lsn return nil unless wal? select_value("SELECT #{pre_pg10_wal_function_name("pg_current_wal_flush_lsn")}()") end |