There was an issue when you will create an index from file and then the file will be removed, you could not remove the extension as in that phase if there's an index postgres tries to validate index options and as the index file was removed it was throwing an access error, so preventing you from dropping the extension.
Description
There was an issue when you will create an index from file and then the file will be removed, you could not remove the extension as in that phase if there's an index postgres tries to validate index options and as the index file was removed it was throwing an access error, so preventing you from dropping the extension.
Also made
uninstall.sh
script executable.