|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <wctype.h>#include "common/unicode_category.h"#include "common/unicode_version.h"#include "mb/pg_wchar.h"
Go to the source code of this file.
Functions | |
| static int | parse_unicode_version (const char *version) |
| int | main (int argc, char **argv) |
Variables | |
| static int | pg_unicode_version = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 224 of file category_test.c.
References icu_unicode_version(), parse_unicode_version(), pg_unicode_version, PG_UNICODE_VERSION, and printf.
|
static |
Definition at line 36 of file category_test.c.
References Assert(), and PG_USED_FOR_ASSERTS_ONLY.
Referenced by main().
|
static |
Definition at line 27 of file category_test.c.
Referenced by main().