summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-ngx_postgres_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files/extra-patch-ngx_postgres_module.c')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres_module.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres_module.c b/www/nginx-devel/files/extra-patch-ngx_postgres_module.c
deleted file mode 100644
index dd8e302d1fd4..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_postgres_module.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c.orig 2016-11-20 15:34:25.763542000 -0500
-+++ ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c 2016-11-20 15:34:41.023867000 -0500
-@@ -1320,12 +1320,14 @@
- continue;
- }
-
-+#if (nginx_version < 1011006)
- if (uscfp[i]->default_port && url->default_port
- && (uscfp[i]->default_port != url->default_port))
- {
- dd("default_port doesn't match");
- continue;
- }
-+#endif
-
- dd("returning");
- return uscfp[i];