From: Robert Haas Date: Tue, 24 Jan 2017 14:08:13 +0000 (-0500) Subject: Remove unused variable. X-Git-Tag: REL_10_BETA1~1032 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52df3420cd241b1411da3e4b24318db12bf22cba;p=thirdparty%2Fpostgresql.git Remove unused variable. This was intended to be included in the previous commit, but I goofed. --- diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index 1df9af110a4..839daad7a3e 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key, for (j = 0; j < key->partnatts; j++) { - int32 cmpval; - /* For range partitions, the bounds might not be finite. */ if (b1->content != NULL) {