module PG

def self.make_shareable(obj)

def self.make_shareable(obj)
	Ractor.make_shareable(obj)
end