pgAudit 1.0.4 commit log

Fix when using shared_preload_libraries on Windows.

commit   : 1c99eb969d28e950f8a236bc066aceac169bdc3a    
  
author   : Joe Conway <[email protected]>    
date     : Tue, 14 Jun 2016 09:24:46 -0400    
  
committer: David Steele <[email protected]>    
date     : Tue, 14 Jun 2016 09:24:46 -0400    

Click here for diff

IsUnderPostmaster behaves differently under Windows than it does under Linux. Instead use  
process_shared_preload_libraries_in_progress to determine if pgaudit is being loaded by shared_preload_libraries.  

M pgaudit.c