We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb1b2 commit 368e87eCopy full SHA for 368e87e
src/backend/libpq/md5.c
@@ -28,6 +28,13 @@ typedef unsigned char unsigned8;
28
typedef unsigned int unsigned32;
29
typedef unsigned long unsigned64;
30
31
+#ifdef FRONTEND
32
+#undef palloc
33
+#define palloc malloc
34
+#undef pfree
35
+#define pfree free
36
+#endif
37
+
38
/*
39
* The returned array is allocated using malloc. the caller should free it
40
* when it is no longer needed.
0 commit comments