Module: WalShipper

Included in:
Destination, Dispatcher
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/sample/wal_shipper.rb

Overview

Encapsulate WAL shipping functionality.

Defined Under Namespace

Classes: Destination, Dispatcher

Instance Method Summary collapse

Instance Method Details

#log(msg) ⇒ Object

Send messages to the PostgreSQL log files.



69
70
71
72
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/sample/wal_shipper.rb', line 69

def log( msg )
	return unless @debug
	puts "WAL Shipper: %s" % [ msg ]
end