github.com/jackc/pgx/v5/pgproto3.NotificationResponse.PID (field)
6 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
notification_response.go#L12: PID uint32
notification_response.go#L43: *dst = NotificationResponse{PID: pid, Channel: channel, Payload: payload}
notification_response.go#L50: dst = pgio.AppendUint32(dst, src.PID)
notification_response.go#L67: PID: src.PID,
trace.go#L295: fmt.Fprintf(t.buf, "\t %d %s %s", msg.PID, traceDoubleQuotedString([]byte(msg.Channel)), traceDoubleQuotedString([]byte(msg.Payload)))
github.com/jackc/pgx/v5/pgconn
pgconn.go#L644: pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})