pgbouncer - pgbouncer: dont waste room for storing login-time salt.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: dont waste room for storing login-time salt.
Date: 2008-07-03 13:07:29
Message-ID: 20080703130729.1D26E17AE707@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
dont waste room for storing login-time salt.

Instead store it in cancel_key[], as it is used
only once, before generating the cancel_key.

Modified Files:
--------------
pgbouncer/include:
bouncer.h (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h.diff?r1=1.15&r2=1.16)
pgbouncer/src:
client.c (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.c.diff?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2008-07-03 14:11:54 pgscript - pgScript: Bug in encoding deletion
Previous Message User Mkz 2008-07-03 13:01:20 pgbouncer - pgbouncer: decrease noise from bad connections the