Skip to content

Commit fd67ef1

Browse files
author
Kibae Shin
committed
Merge branch 'master' of https://github.com/kibae/node-postgres
# Conflicts: # test/test-walstream.js
2 parents 1ff0219 + 35f35eb commit fd67ef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test-walstream.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ function proc() {
2020

2121
walStream.on('data', function(msg) {
2222
lastLsn = msg.lsn || lastLsn;
23-
24-
//DO SOMETHING. eg) replicate to other dbms(pgsql, mysql, ...)
2523
console.log('log recv', msg);
2624
}).on('error', function(err) {
2725
console.log('Error #2', err);

0 commit comments

Comments
 (0)