Re: Add something in struct PGPROC

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: "A student from china" <xiaojian_whu(at)163(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add something in struct PGPROC
Date: 2016-03-23 14:37:30
Message-ID: 20160323173730.555277ce@fujitsu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi
> I just add something in struct PGPORC, such as "int level", But I
> cann't seet what I added in MyProc while debugging. That's confused,
>
>
> zhangxiaojian

I think you forgot to run `make clean` after changing proc.h. When you
change header files dependent files are not recompiled automatically.

--
Best regards,
Aleksander Alekseev
http://eax.me/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Eduardo Morras 2016-03-23 14:42:25 Re: [PROPOSAL] Add SCTP network protocol to postgresql backend and frontend
Previous Message Eduardo Morras 2016-03-23 14:37:25 Re: [PROPOSAL] Add SCTP network protocol to postgresql backend and frontend