File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
internal/engine/postgresql Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- //go:build !windows
2- // +build !windows
1+ //go:build !windows && cgo
2+ // +build !windows,cgo
33
44package postgresql
55
@@ -3120,7 +3120,7 @@ func convertNode(node *pg.Node) ast.Node {
31203120
31213121 case * pg.Node_BooleanTest :
31223122 return convertBooleanTest (n .BooleanTest )
3123-
3123+
31243124 case * pg.Node_CallStmt :
31253125 return convertCallStmt (n .CallStmt )
31263126
Original file line number Diff line number Diff line change 1- //go:build !windows
2- // +build !windows
1+ //go:build !windows && cgo
2+ // +build !windows,cgo
33
44package postgresql
55
Original file line number Diff line number Diff line change 1- //go:build windows
2- // +build windows
1+ //go:build windows || !cgo
2+ // +build windows !cgo
33
44package postgresql
55
Original file line number Diff line number Diff line change 1- //go:build !windows
2- // +build !windows
1+ //go:build !windows && cgo
2+ // +build !windows,cgo
33
44package postgresql
55
You can’t perform that action at this time.
0 commit comments