Clean up pg_basebackup libpq usage

Stephen Frost <sfrost@snowman.net>

Commit: 2f397a08de49e28e3430ff7278f4648757dea2a3
Author: Stephen Frost <sfrost@snowman.net>
Date: 2013-07-15T15:27:20Z
Releases: 9.1.10
Clean up pg_basebackup libpq usage

When using libpq, it's generally preferrable to just use the strings
which are in the PQ structures instead of copying them out, so do
that instead in BaseBackup(), eliminating the strcpy()'s used there.

Also, in ReceiveAndUnpackTarFile(), check the string length for the
directory returned by the server for the tablespace path.

Files

PathChange+/−
src/bin/pg_basebackup/pg_basebackup.c modified +10 −7