This website works better with JavaScript
Home
Explore
Help
Sign In
n4u
/
epgsql
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
pgsql_decoder -> pgsql_wire
Anton Lebedevich
13 years ago
parent
c592716d33
commit
4fd442f276
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/pgsql_wire.erl
+ 1
- 1
src/pgsql_decoder.erl → src/pgsql_wire.erl
View File
@@ -1,4 +1,4 @@
--module(pgsql_
decoder
).
+-module(pgsql_
wire
).
-export([init/1,
decode/2,