mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Remove compile errors.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user