1 parent 374511e commit 5d697f6Copy full SHA for 5d697f6
1 file changed
gpcontrib/gp_url_tools/src/gp_url_tools.c
@@ -74,6 +74,7 @@ static void valid_encoding_length(char *current, char *end, int length) {
74
Assert(current + length <= end);
75
}
76
77
+
78
static text *encode(text *input, const char *unreserved_special) {
79
int input_length, output_length;
80
text *output;
0 commit comments