1.6.0
-
New dependency:
psutil; -
New properties:
child_processes- list ofProcessProxyobjects representing PostgreSQL processes,auxiliary_processes- subset ofchild_processes, represents auxiliary processes (e.g.autovacuum),auxiliary_pids- dict of{ ProcessType : PID }pairs,source_walsender- available on replica: represents master'swalsender;
-
New context manager
scoped_config(): temporary changeGlobalConfig; -
Testgres is able to provide unique system ids for cached instances (see #35);
-
Temp dirs use
tgs_as prefix;