Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running on Windows #107

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Add support for running on Windows #107

merged 1 commit into from
Jan 10, 2024

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Jan 1, 2024

In passing this updates the structure of the include files, as done in the libpg_query source.

Windows support requires Go 1.20+ due to golang/go#57455

Fixes #25

In passing this updates the structure of the include files, as done in the
libpg_query source.

Windows support requires Go 1.20+ due to
golang/go#57455
@lfittl lfittl marked this pull request as ready for review January 9, 2024 22:12
@lfittl lfittl requested a review from a team January 9, 2024 22:13
@@ -17988,7 +17988,7 @@ type RTEPermissionInfo struct {

Relid uint32 `protobuf:"varint,1,opt,name=relid,proto3" json:"relid,omitempty"`
Inh bool `protobuf:"varint,2,opt,name=inh,proto3" json:"inh,omitempty"`
RequiredPerms int64 `protobuf:"varint,3,opt,name=required_perms,json=requiredPerms,proto3" json:"required_perms,omitempty"`
RequiredPerms uint64 `protobuf:"varint,3,opt,name=required_perms,json=requiredPerms,proto3" json:"required_perms,omitempty"`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lfittl lfittl merged commit e4395d2 into main Jan 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to build on windows
2 participants