bug: fail during parsin 10devel version #631
Closed
+58
−2
Conversation
d792275
to
3001ec5
Number of HEAD postgresql is 10devel postgres/postgres@ca9112a but ServerVersion parse it as 0. This commit fix few tests that base on version for #630
Current coverage is 61.91% (diff: 100%)@@ master #631 diff @@
==========================================
Files 150 150
Lines 15159 15160 +1
Methods 0 0
Messages 0 0
Branches 3050 3050
==========================================
+ Hits 9382 9387 +5
+ Misses 4523 4518 -5
- Partials 1254 1255 +1
|
vlsi
added a commit
that referenced
this pull request
Aug 28, 2016
Note: 10.2 means 10 major, 2 minor, that is 10_00_02 9.2 means 9.2 major, that is 9_02_00 It is assumed that versions would be 10head -> 10 -> 10.1head -> ... postgres/postgres@ca9112a Relevant libpq parsing logic: postgres/postgres@69dc5ae closes #631
vlsi
added a commit
that referenced
this pull request
Aug 28, 2016
Note: 10.2 means 10 major, 2 minor, that is 10_00_02 9.2 means 9.2 major, that is 9_02_00 It is assumed that versions would be 10head -> 10 -> 10.1head -> ... postgres/postgres@ca9112a Relevant libpq parsing logic: postgres/postgres@69dc5ae closes #631
zemian
pushed a commit
to zemian/pgjdbc
that referenced
this pull request
Oct 6, 2016
Note: 10.2 means 10 major, 2 minor, that is 10_00_02 9.2 means 9.2 major, that is 9_02_00 It is assumed that versions would be 10head -> 10 -> 10.1head -> ... postgres/postgres@ca9112a Relevant libpq parsing logic: postgres/postgres@69dc5ae closes pgjdbc#631
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Number of HEAD postgresql is 10devel postgres/postgres@ca9112a
but ServerVersion parse it as 0.
This commit fix few tests that base on version for #630