Commit 8ae47bd
committed
Adjust pgAdmin version comparision logic
Now that the current version of pgAdmin is greater than 9.9, the
version comparison logic has to be updated to properly compare the
values (i.e. we can no longer use a simple x < y to compare floats).
This update makes the necessary adjustments so our code works as
expected for newer versions of pgAdmin.
Issue: PGO-28381 parent b19d410 commit 8ae47bd
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
186 | 194 | | |
187 | 195 | | |
188 | 196 | | |
| |||
0 commit comments