Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Date
Msg-id CAN4CZFPYyC5Y44ux_Egxj5j43R1tdtuz_PGqkaz3ngUQnRwSYQ@mail.gmail.com
Whole thread
In response to Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode  ("Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>)
Responses Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
List pgsql-hackers
Hello

These variables are still not freed, I am missing something why it
isn't required?

+ char       *oauth_ca_file; /* CA file path  */

Shouldn't we free this in freePGconn?


+ char    *ca_file; /* oauth_ca_file */

Similarly with free_async_ctx?



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: SQL Property Graph Queries (SQL/PGQ)
Next
From: Amit Kapila
Date:
Subject: Re: Report bytes and transactions actually sent downtream