Skip to content

v1.0.8

Compare
Choose a tag to compare
@staaldraad staaldraad released this 16 Jan 14:29
· 8 commits to main since this release
46bdf15

Minor bump to fix a bug in how CREATE ROLE is treated.

Fix description:

When CREATE ROLE rolename WITH IN ROLE targetrole was used inside a function, gatekeeper would cause a segfault when rolename was longer than 4 characters. This was an edge-case and normal usage of CREATE ROLE (without WITH IN ROLE, both inside and outside a function) and CREATE ROLE ... WITH IN ROLE (outside a function), would still work correctly under earlier versions.