Remove unused patch

This commit is contained in:
Jitka Plesnikova 2019-07-08 10:37:43 +02:00
parent 4abd1ba81f
commit d3f7ee4de4

View File

@ -1,12 +0,0 @@
diff -up DBD-Pg-3.8.0/dbdimp.c.orig DBD-Pg-3.8.0/dbdimp.c
--- DBD-Pg-3.8.0/dbdimp.c.orig 2019-04-26 10:50:16.135755577 +0200
+++ DBD-Pg-3.8.0/dbdimp.c 2019-04-26 10:51:04.838602567 +0200
@@ -1708,7 +1708,7 @@ static void pg_st_split_statement (pTHX_
unsigned char oldch; /* The previous character */
- char non_standard_strings = -1; /* Status 0=standard 1=non_standard -1=unknown */
+ signed char non_standard_strings = -1; /* Status 0=standard 1=non_standard -1=unknown */
int xint;