This extension just generates log messages and ensures they are written to a
separate log file. It requires separate_log.diff to be applied to Postgres
core code.

To install the extension, run this command

   sudo make PG_CONFIG=<your path to pg_config> install

and add 'log_gen' to shared_preload_libraries configuration variable. Then
start the cluster.
