refactor: postgreact: ~file modes, control file

This commit is contained in:
zerosummed
2025-04-17 03:46:53 +03:00
parent e607bf09fa
commit 3dfe3d61f6
4 changed files with 3 additions and 2 deletions

0
package/c/postgreact/default.nix Executable file → Normal file
View File

0
package/c/postgreact/postgreact--0.1.sql Executable file → Normal file
View File

0
package/c/postgreact/postgreact.c Executable file → Normal file
View File

5
package/c/postgreact/postgreact.control Executable file → Normal file
View File

@@ -1,3 +1,4 @@
comment = 'My first extension' comment = 'My first extension'
default_version = '0.1' default_version = '1.0'
module_pathname = '$libdir/postgreact' module_pathname = $libdir/postgreact
relocatable = true