postgresql/src/interfaces/libpq
Michael Paquier 554ca6954e Remove duplicate variable declaration in fe-connect.c
The same variables are declared twice when checking if a connection is
writable, which is useless.

Author: Haribabu Kommi
Discussion: https://postgr.es/m/CAJrrPGf=rcALB54w_Tg1_hx3y+cgSWaERY-uYSQzGc3Zt5XN4g@mail.gmail.com
2019-02-22 13:16:47 +09:00
..
po Translation updates 2018-06-25 12:37:18 +02:00
test Update copyright for 2019 2019-01-02 12:44:25 -05:00
.gitignore Add .gitignore entry for a derived file created by "make distprep". 2019-01-10 14:20:28 -05:00
exports.txt psql: Show IP address in \conninfo 2018-11-19 14:34:12 -03:00
fe-auth-scram.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-auth.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-auth.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-connect.c Remove duplicate variable declaration in fe-connect.c 2019-02-22 13:16:47 +09:00
fe-exec.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-lobj.c More unconstify use 2019-02-13 11:50:16 +01:00
fe-misc.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-print.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-protocol2.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-protocol3.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-secure-common.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-secure-common.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-secure-openssl.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-secure.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq-events.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq-events.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq-fe.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq-int.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq.rc.in Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
nls.mk Refactor client-side SSL certificate checking code 2018-01-30 22:56:24 -05:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c More unconstify use 2019-02-13 11:50:16 +01:00
pqexpbuffer.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
pthread-win32.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
win32.h Remove support for bcc and msvc standalone libpq builds 2017-04-11 15:22:21 +02:00

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.