Skip to content

Commit

Permalink
Merge pull request #19339 from kbrock/pg_warning
Browse files Browse the repository at this point in the history
remove pg warning from tests
  • Loading branch information
jrafanie authored Oct 8, 2019
2 parents 87fa4b7 + 02e281d commit cd215c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions/ar_adapter/ar_dba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def spid
end

def xlog_location
select_value("SELECT pg_current_wal_insert_lsn()")
select_value("SELECT pg_current_wal_insert_lsn()::varchar")
end

def xlog_location_diff(lsn1, lsn2)
Expand Down

0 comments on commit cd215c7

Please sign in to comment.