postgresql/src/test/icu
Jeff Davis 846311051e Address more review comments on commit 2d819a08a1.
Based on comments from Peter Eisentraut.

 * Document CREATE DATABASE ... BUILTIN_LOCALE.
 * Determine required encoding based on locale name for CREATE
   COLLATION. Use -1 for "C" (requires catversion bump).
 * initdb output fixups.
 * Make ctype_is_c a constant true for now.
 * Fixups to ICU 010_create_database.pl test.

Discussion: https://postgr.es/m/4135cf11-206d-40ed-96c0-9363c1232379@eisentraut.org
2024-03-18 11:58:13 -07:00
..
t Address more review comments on commit 2d819a08a1. 2024-03-18 11:58:13 -07:00
.gitignore
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
README Doc: remove bogus instruction to install contrib/hstore. 2022-03-18 13:21:47 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00

README

src/test/icu/README

Regression tests for ICU functionality
======================================

This directory contains a test suite for ICU functionality.

Running the tests
=================

NOTE: You must have given the --enable-tap-tests argument to configure.

Run
    make check
or
    make installcheck
You can use "make installcheck" if you previously did "make install".
In that case, the code in the installation tree is tested.  With
"make check", a temporary installation tree is built from the current
sources and then tested.

Either way, this test initializes, starts, and stops several test Postgres
clusters.

See src/test/perl/README for more info about running these tests.