projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0bbd20
)
fix merge error
author
Steve Singer
<ssinger@ca.afilias.info>
Fri, 13 Feb 2015 19:42:09 +0000
(14:42 -0500)
committer
Steve Singer
<ssinger@ca.afilias.info>
Fri, 13 Feb 2015 19:42:09 +0000
(14:42 -0500)
src/slonik/slonik.c
patch
|
blob
|
blame
|
history
diff --git
a/src/slonik/slonik.c
b/src/slonik/slonik.c
index b0e23e0308901b4f39eb5b43ac5b3581c2911e81..5c90c1756c44185ab411445539909a3f7feaa456 100644
(file)
--- a/
src/slonik/slonik.c
+++ b/
src/slonik/slonik.c
@@
-2165,17
+2165,10
@@
load_slony_functions(SlonikStmt * stmt, int no_id)
use_major = 8;
use_minor = 4;
}
-<<<<<<< HEAD
else if ((adminfo->pg_version >= 90000) && (adminfo->pg_version < 90500)) /* 9.0 ... 9.4 */
{
/**
* 9.0 to 9.4 are so far just like 8.4
-=======
- else if ((adminfo->pg_version >= 90000) && (adminfo->pg_version < 90500)) /* 9.0, 9.1, 9.2 */
- {
- /**
- * 9.0 and 9.1 and 9.2 and 9.3,9.4 are so far just like 8.4
->>>>>>> 7c22d3b... remove unsupported for PG 9.4 since it has ben released
*/
use_major = 8;
use_minor = 4;