Commit 08db387
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 5084bfe commit 08db387
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
185 | 187 | | |
186 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
| |||
0 commit comments