This website requires JavaScript.
Explore
Help
Sign In
mirror
/
postgresql
Watch
2
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2024-12-27 08:39:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d015675da6
postgresql
/
contrib
/
tsearch2
/
wordparser
History
Teodor Sigaev
fc565cfc7b
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
...
sizeof(wchar_t) = 2 instead of 4.
2007-03-22 15:59:09 +00:00
..
deflex.c
deflex.h
Makefile
parser.c
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
2007-03-22 15:59:09 +00:00
parser.h