func github.com/jackc/pgconn.noticeResponseToNotice

2 uses

	github.com/jackc/pgconn (current package)
		pgconn.go#L501: 			pgConn.config.OnNotice(pgConn, noticeResponseToNotice(msg))
		pgconn.go#L821: func noticeResponseToNotice(msg *pgproto3.NoticeResponse) *Notice {