CVSROOT: /cvsrootModule name: pgsqlChanges by: tgl@postgresql.org 02/02/19 14:49:10
Modified files: src/backend/libpq: auth.c
Log message: Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one send() and probable process context swap during backend startup.