aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2013-12-07 16:59:35 -0800
committerJoe Conway <mail@joeconway.com>2013-12-07 16:59:35 -0800
commit7f4ef622f20733e46f00071b7ec9a9324169b9c2 (patch)
tree286d23f91d1c6bbea9f47ef6cc4face8b40a8d87 /src/backend/commands/async.c
parent41042970be02778c9fef4b3f7ed0c5c07adc8cc6 (diff)
downloadpostgresql-7f4ef622f20733e46f00071b7ec9a9324169b9c2.tar.gz
postgresql-7f4ef622f20733e46f00071b7ec9a9324169b9c2.zip
Fix performance regression in dblink connection speed.
Previous commit e5de601267d98c5d60df6de8d436685c7105d149 modified dblink to ensure client encoding matched the server. However the added PQsetClientEncoding() call added significant overhead. Restore original performance in the common case where client encoding already matches server encoding by doing nothing in that case. Applies to all active branches. Issue reported and work sponsored by Zonar Systems.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions