Re: pgsql: Code review for row security. - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Code review for row security.
Date
Msg-id 20140925130746.GX16422@tamriel.snowman.net
Whole thread Raw
In response to Re: pgsql: Code review for row security.  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-committers
* Andres Freund (andres@2ndquadrant.com) wrote:
> I've not really looked at the code, but I doubt
>         if (policy1->hassublinks != policy2->hassublinks);
>             return false;
> was what you intended. Note the trailing ";".

Gah, quite right.  Will fix.

    Thanks!

        Stephen

Attachment

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Code review for row security.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix VPATH builds of the replication parser from git for some !gc