pqd: Remove --type pglog, memcached, and http

This commit is contained in:
Brian Fraser
2013-02-25 12:13:35 -03:00
parent 45a21acc0c
commit 8e449a1c83
75 changed files with 12 additions and 224362 deletions

View File

@@ -172,10 +172,7 @@ sub _parse_packet {
sub port_number {
my ( $self, $port ) = @_;
return unless $port;
return $port eq 'memcached' ? 11211
: $port eq 'http' ? 80
: $port eq 'mysql' ? 3306
: $port;
return $port eq 'mysql' ? 3306 : $port;
}
sub _d {