github.com/jackc/pgconn.PgConn.PID (method)

3 uses

	github.com/jackc/pgconn (current package)
		pgconn.go#L518: func (pgConn *PgConn) PID() uint32 {

	github.com/jackc/pgx/v4
		conn.go#L349: 	if c.pgConn != nil && c.pgConn.PID() != 0 {
		conn.go#L350: 		data["pid"] = c.pgConn.PID()