Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Date: 2026-03-17 06:41:25
Message-ID: CAN4CZFPYyC5Y44ux_Egxj5j43R1tdtuz_PGqkaz3ngUQnRwSYQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2026-03-17 06:42:27 Re: Report bytes and transactions actually sent downtream
Previous Message Junwang Zhao 2026-03-17 06:35:29 Re: SQL Property Graph Queries (SQL/PGQ)