-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pg_query gem and parser move to pg_ddm_sql_modifier gem package(
https://rubygems.org/gems/pg_ddm_sql_modifier https://github.com/emin100/pg_ddm_sql_modifier ). pgbouncer updated to new version
- Loading branch information
Showing
7 changed files
with
69 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
[submodule "pgbouncer"] | ||
path = pgbouncer | ||
url = https://github.com/pgbouncer/pgbouncer.git | ||
|
||
#[submodule "pg_query"] | ||
# path = pg_query | ||
# url = https://github.com/emin100/pg_query.git | ||
[submodule "pg_query"] | ||
path = pg_query | ||
url = https://github.com/emin100/pg_query.git | ||
branch = my_master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pg_query
deleted from
0d30f3
Submodule pgbouncer
updated
30 files
+16 −2 | .appveyor.yml | |
+3 −0 | .travis.yml | |
+11 −22 | Makefile | |
+1 −1 | README.md | |
+2 −1 | config.mak.in | |
+8 −7 | configure.ac | |
+29 −6 | doc/config.md | |
+0 −1 | doc/todo.md | |
+13 −5 | doc/usage.md | |
+2 −2 | etc/pgbouncer.ini | |
+3 −3 | include/bouncer.h | |
+1 −1 | include/client.h | |
+6 −6 | include/sbuf.h | |
+2 −1 | include/scram.h | |
+1 −1 | lib | |
+14 −14 | src/admin.c | |
+126 −56 | src/client.c | |
+1 −1 | src/loader.c | |
+90 −78 | src/main.c | |
+20 −15 | src/objects.c | |
+4 −4 | src/pam.c | |
+1 −1 | src/pktbuf.c | |
+9 −10 | src/pooler.c | |
+19 −18 | src/sbuf.c | |
+72 −15 | src/scram.c | |
+1 −1 | src/server.c | |
+2 −2 | src/takeover.c | |
+1 −1 | src/util.c | |
+150 −12 | test/test.sh | |
+8 −40 | win32/win32support.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters