mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 19:10:38 +00:00
chore(libs/proxy): remove unused notice message type
This commit is contained in:
committed by
Conrad Ludgate
parent
5c6dc2f695
commit
79b8392d30
@@ -124,7 +124,6 @@ pub(crate) fn poll_client<C: ClientInnerExt>(
|
||||
let message = ready!(connection.poll_message(cx));
|
||||
|
||||
match message {
|
||||
Some(Ok(AsyncMessage::Notice(_))) => {}
|
||||
Some(Ok(AsyncMessage::Notification(notif))) => {
|
||||
warn!(%session_id, pid = notif.process_id(), channel = notif.channel(), "notification received");
|
||||
}
|
||||
|
||||
@@ -227,7 +227,6 @@ pub(crate) fn poll_client<C: ClientInnerExt>(
|
||||
let message = ready!(connection.poll_message(cx));
|
||||
|
||||
match message {
|
||||
Some(Ok(AsyncMessage::Notice(_))) => {}
|
||||
Some(Ok(AsyncMessage::Notification(notif))) => {
|
||||
warn!(%session_id, pid = notif.process_id(), channel = notif.channel(), "notification received");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user