minor auth code cleanup - Mailing list pgsql-patches

From Neil Conway
Subject minor auth code cleanup
Date
Msg-id 87wuqcajlw.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: minor auth code cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: minor auth code cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: minor auth code cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
The attached patch makes the following changes:

        - add an assertion to check that the size of the packet
          specified in the protocol is the same amount of data that we
          actually read off the wire.

        - fix some bizarre indentation & grammar mistake in the newly
          added libpq timeout code. Also make some minor cleanup.

        - add a comment noting the intent to replace the fixed size
          user name & database name fields in the protocol with
          variable width ones.

Unless anyone sees a problem, please apply.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: [HACKERS] CREATE TEMP TABLE .... ON COMMIT
Next
From: "Henshall, Stuart - WCP"
Date:
Subject: cygwin rename instead of link (7.2.2)