[HACKERS] Display sequence belonging to table

2014-02-15 Thread Rugal Bernstein
Hi all: I just retrieved TODO list and find one item that refer to 'Display sequence owner'. Is there anyone working on it? I think I am interested in this. [ http://www.postgresql.org/message-id/1228622212.10877.59.ca...@godzilla.local.scalefeather.com] -- Rugal Bern

[HACKERS] preproc.c compilation error

2014-01-09 Thread Rugal Bernstein
Hello all: This is my first time mail to all, yesterday I tried to compile postgresin my linux, but an error keep bother me. env: Ubuntu 13.10 Linux rugal-TM8473 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-1

Re: [HACKERS] preproc.c compilation error

2014-01-09 Thread Rugal Bernstein
and even successfully compiled PG, I got warning preproc.y: In function ‘vmmerror’: preproc.y:76:2: warning: enumeration value ‘ET_FATAL’ not handled in switch [-Wswitch] switch(type) ^ 2014/1/9 Rugal Bernstein > Hello all: >This is my first time mail to all, yesterday I tr

Re: [HACKERS] preproc.c compilation error

2014-01-09 Thread Rugal Bernstein
Thanks, seems it is because the first time pgc.c and others are generated, but [make distclean] did not clean them, which lead to this problem! after [rm pgc.c preproc.h preproc.c preproc.y] it is now successfully compiled without any warning! thank you! Java Developer; Mysql/Oracle DBA; C/Java/Py