make more use of RoleSpec struct

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: make more use of RoleSpec struct
Date: 2016-12-28 14:17:16
Message-ID: fa9d8894-c4db-d98c-a9bc-1094ba31529a@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a small cleanup patch to make more use of the RoleSpec
struct/node throughout the parser to avoid casts and make the code more
self-documenting.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Make-more-use-of-RoleSpec-struct.patch text/x-patch 13.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2016-12-28 14:31:27 Re: proposal: session server side variables
Previous Message Petr Jelinek 2016-12-28 14:16:34 Re: [PATCH] Fix minor race in commit_ts SLRU truncation vs lookups