https://github.com/postgres/postgres
Revision 1426abb516e8ddd2deca25c43b6a5326fcf8a374 authored by Tom Lane on 06 September 2011, 16:14:51 UTC, committed by Tom Lane on 06 September 2011, 16:15:23 UTC
This example wasn't updated when we changed the behavior of bpcharlen()
in 8.0, nor when we changed the number of parameters taken by the bpchar()
cast function in 7.3.  Per report from lsliang.
1 parent c2042d0
Raw File
Tip revision: 1426abb516e8ddd2deca25c43b6a5326fcf8a374 authored by Tom Lane on 06 September 2011, 16:14:51 UTC
Update type-conversion documentation for long-ago changes.
Tip revision: 1426abb
.gitignore
# Global excludes across all subdirectories
*.o
*.so
*.so.[0-9]
*.so.[0-9].[0-9]
*.sl
*.sl.[0-9]
*.sl.[0-9].[0-9]
*.dylib
*.dll
*.a
*.mo
objfiles.txt
.deps/

# Local excludes in root directory
/GNUmakefile
/config.log
/config.status
back to top