mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Rename canonical encodings, per Peter:
UNICODE => UTF8 ALT => WIN866 WIN => WIN1251 TCVN => WIN1258 The old codes continue to work.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.172 2005/03/06 22:15:04 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.173 2005/03/07 04:30:51 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -4035,7 +4035,7 @@ pattern_selectivity(Const *patt, Pattern_Type ptype)
|
||||
*
|
||||
* NOTE: at present this assumes we are in the C locale, so that simple
|
||||
* bytewise comparison applies. However, we might be in a multibyte
|
||||
* encoding such as UTF-8, so we do have to watch out for generating
|
||||
* encoding such as UTF8, so we do have to watch out for generating
|
||||
* invalid encoding sequences.
|
||||
*/
|
||||
Const *
|
||||
|
Reference in New Issue
Block a user