pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of deterministic flag of CREATE COLLATION

2024-05-01 Thread Peter Eisentraut
doc: Fix description of deterministic flag of CREATE COLLATION The documentation said that you need to pick a suitable LC_COLLATE setting in addition to setting the DETERMINISTIC flag. This would have been correct if the libc provider supported nondeterministic collations, but since it doesn't, y

pgsql: doc: Fix description of configure --with-icu option

2024-05-01 Thread Peter Eisentraut
doc: Fix description of configure --with-icu option It was claiming that the ICU locale provider is used by default, which is not correct. (From commit fcb21b3acdc; it was once contemplated to make it the default, but it wouldn't have been part of that patch in any case.) Reviewed-by: Kashif Zee

pgsql: doc: Fix description of configure --with-icu option

2024-05-01 Thread Peter Eisentraut
doc: Fix description of configure --with-icu option It was claiming that the ICU locale provider is used by default, which is not correct. (From commit fcb21b3acdc; it was once contemplated to make it the default, but it wouldn't have been part of that patch in any case.) Reviewed-by: Kashif Zee

pgsql: Skip invalid database pg_upgrade test on obsolete servers

2024-05-01 Thread Alvaro Herrera
Skip invalid database pg_upgrade test on obsolete servers When testing pg_upgrade against an old server, ignore failures on the check to upgrade invalid databases. This is necessary because old servers don't know to raise the appropriate error of the database being invalid. This change causes no

pgsql: Skip invalid database pg_upgrade test on obsolete servers

2024-05-01 Thread Alvaro Herrera
Skip invalid database pg_upgrade test on obsolete servers When testing pg_upgrade against an old server, ignore failures on the check to upgrade invalid databases. This is necessary because old servers don't know to raise the appropriate error of the database being invalid. This change causes no