summaryrefslogtreecommitdiff
path: root/databases/pgpool-II-33/files/patch-pool__config.l
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgpool-II-33/files/patch-pool__config.l')
-rw-r--r--databases/pgpool-II-33/files/patch-pool__config.l11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/pgpool-II-33/files/patch-pool__config.l b/databases/pgpool-II-33/files/patch-pool__config.l
deleted file mode 100644
index 608ff64aaedf..000000000000
--- a/databases/pgpool-II-33/files/patch-pool__config.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- pool_config.l.orig 2018-02-22 11:24:41 UTC
-+++ pool_config.l
-@@ -2871,7 +2871,7 @@ int pool_get_config(char *confpath, POOL
- pool_config->backend_desc->num_backends = local_num_backends;
-
- pool_debug("num_backends: %d total_weight: %f",
-- pool_config->backend_desc->num_backends, total_weight);
-+ (long) pool_config->backend_desc->num_backends, total_weight);
- /*
- * Normalize load balancing weights. What we are doing here is,
- * assign 0 to RAND_MAX to each backend's weight according to the