Commit dddd46f
committed
Test database locale, not server variables
In PostgreSQL 16, both `LC_COLLATE` and `LC_CTYPE` server variables have
been removed. This patch rewrites one test that checks their values in
order to make tests compatible with PostgreSQL 16, which is shipped with
Ubuntu 24.04 runners.
Reported-by: Yuri Astrakhan
Resolves: #381 parent 04051f8 commit dddd46f
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
109 | 117 | | |
110 | 118 | | |
111 | 119 | | |
| |||
0 commit comments