---------- * pgstat_setheader() - * * Set common header fields in a statistics message * ---------- */
| 2971 | * ---------- |
| 2972 | */ |
| 2973 | static void |
| 2974 | pgstat_setheader(PgStat_MsgHdr *hdr, StatMsgType mtype) |
| 2975 | { |
| 2976 | hdr->m_type = mtype; |
| 2977 | } |
| 2978 | |
| 2979 | |
| 2980 | /* ---------- |
no outgoing calls
no test coverage detected