This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
postgres
/
contrib
/
intarray
History
Peter Eisentraut
973e9fb294
Add const qualifiers where they are accidentally cast away
...
This only produces warnings under -Wcast-qual, but it's more correct and consistent in any case.
2012-02-28 12:42:08 +02:00
..
bench
…
data
…
expected
Fix longstanding error in contrib/intarray's int[] & int[] operator.
2012-02-16 20:00:11 -05:00
sql
Fix longstanding error in contrib/intarray's int[] & int[] operator.
2012-02-16 20:00:11 -05:00
_int_bool.c
…
_int_gin.c
…
_int_gist.c
Remove many -Wcast-qual warnings
2011-09-11 21:54:32 +03:00
_int_op.c
…
_int_tool.c
Fix longstanding error in contrib/intarray's int[] & int[] operator.
2012-02-16 20:00:11 -05:00
_int.h
…
_intbig_gist.c
Add const qualifiers where they are accidentally cast away
2012-02-28 12:42:08 +02:00
.gitignore
…
intarray--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
2011-10-12 15:45:03 -04:00
intarray--unpackaged--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
2011-10-12 15:45:03 -04:00
intarray.control
…
Makefile
…