mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Remove compile errors.
This commit is contained in:
parent
4b47467a6b
commit
fc70104725
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
pg_CS CS_Table[] =
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1266,7 +1266,9 @@ ctype_length(Int2 ctype)
|
|||
|
||||
case SQL_C_BINARY:
|
||||
case SQL_C_CHAR:
|
||||
#ifdef UNICODE_SUPPORT
|
||||
case SQL_C_WCHAR:
|
||||
#endif /* UNICODE_SUPPORT */
|
||||
return 0;
|
||||
|
||||
default: /* should never happen */
|
||||
|
|
|
|||
Loading…
Reference in a new issue