Skip to content

Commit

Permalink
Initialise collation_callbacks for has_like_node function pointer (#3318
Browse files Browse the repository at this point in the history
)

This commit initialises function pointer of has_like_node function in collation_callbacks.

Signed-off-by: Shameem Ahmed <[email protected]>
  • Loading branch information
ahmed-shameem authored Dec 30, 2024
1 parent f55e465 commit 2c9734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/babelfishpg_common/src/collation.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define DATABASE_DEFAULT "database_default"
#define CATALOG_DEFAULT "catalog_default"

collation_callbacks collation_callbacks_var = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};
collation_callbacks collation_callbacks_var = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};

/* Cached values derived from server_collation_name */
static int server_collation_collidx = NOT_FOUND;
Expand Down

0 comments on commit 2c9734f

Please sign in to comment.