Skip to content

Commit 110ee43

Browse files
committed
IvorySQL: update IvorySQL code for pg commit 05abb0f
Fix type in test_escape test Author: Andres Freund <andres@anarazel.de> Date: Mon Feb 10 12:09:23 2025 -0500
1 parent f415fa2 commit 110ee43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oracle_test/modules/test_escape/test_escape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ int
740740
main(int argc, char *argv[])
741741
{
742742
pe_test_config tc = {0};
743-
char c;
743+
int c;
744744
int option_index;
745745

746746
static const struct option long_options[] = {

0 commit comments

Comments
 (0)