Re: refactor ExecGrant_*() functions

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Antonin Houska <ah(at)cybertec(dot)at>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: refactor ExecGrant_*() functions
Date: 2022-12-08 09:27:25
Message-ID: 4395c0b0-3938-5d87-27d1-cc99766745ce@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06.12.22 09:41, Antonin Houska wrote:
> Attached are my proposals for improvements. One is to avoid memory leak, the
> other tries to improve readability a little bit.

I added the readability improvement to my v2 patch. The pfree() calls
aren't necessary AFAICT.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2022-12-08 10:03:29 Supporting MERGE on updatable views
Previous Message Peter Eisentraut 2022-12-08 09:26:35 Re: refactor ExecGrant_*() functions