We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6042d40 commit 08cee81Copy full SHA for 08cee81
parser/parser.go
@@ -1,7 +1,7 @@
1
package parser
2
3
/*
4
-#cgo CFLAGS: -Iinclude -Iinclude/postgres -g -fstack-protector -std=gnu99 -Wno-unknown-warning-option
+#cgo CFLAGS: -Iinclude -Iinclude/postgres -g -fstack-protector -std=gnu99 -Wno-unknown-warning-option -DXXH_NAMESPACE=PG_QUERY_
5
#cgo windows CFLAGS: -Iinclude/postgres/port/win32
6
#cgo LDFLAGS:
7
#include "pg_query.h"
@@ -290,4 +290,4 @@ func HashXXH3_64(input []byte, seed uint64) (result uint64) {
290
result = *(*uint64)(unsafe.Pointer(&res))
291
292
return
293
-}
+}
0 commit comments