mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix misleading comments
Josh Kupershmidt
This commit is contained in:
@ -105,7 +105,7 @@ compress_init(PushFilter *next, void *init_arg, void **priv_p)
|
||||
|
||||
/* writes compressed data packet */
|
||||
|
||||
/* cant handle zero-len incoming data, but shouldnt */
|
||||
/* can handle zero-len incoming data, but shouldn't */
|
||||
static int
|
||||
compress_process(PushFilter *next, void *priv, const uint8 *data, int len)
|
||||
{
|
||||
|
Reference in New Issue
Block a user