Re: [HACKERS] obsolete comment in elog.h

2015-07-09 Thread Fujii Masao
On Thu, Jul 9, 2015 at 1:36 PM, Pavel Stehule pavel.steh...@gmail.com wrote:
 Hi

 the comment about NOTICE level in elog.h is obsolete

Committed. Thanks!

Regards,

-- 
Fujii Masao


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] obsolete comment in elog.h

2015-07-08 Thread Pavel Stehule
Hi

the comment about NOTICE level in elog.h is obsolete

Regards

Pavel
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
new file mode 100644
index 8e90661..7684717
*** a/src/include/utils/elog.h
--- b/src/include/utils/elog.h
***
*** 33,40 
   * client regardless of client_min_messages,
   * but by default not sent to server log. */
  #define NOTICE		18			/* Helpful messages to users about query
!  * operation; sent to client and server log by
!  * default. */
  #define WARNING		19			/* Warnings.  NOTICE is for expected messages
   * like implicit sequence creation by SERIAL.
   * WARNING is for unexpected messages. */
--- 33,40 
   * client regardless of client_min_messages,
   * but by default not sent to server log. */
  #define NOTICE		18			/* Helpful messages to users about query
!  * operation; sent to client and not to server
!  * log by default. */
  #define WARNING		19			/* Warnings.  NOTICE is for expected messages
   * like implicit sequence creation by SERIAL.
   * WARNING is for unexpected messages. */

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers