Re: [HACKERS] Case statement ready? - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Case statement ready?
Date
Msg-id 36678AFB.D98B3C69@krs.ru
Whole thread Raw
In response to Case statement ready?  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
"Thomas G. Lockhart" wrote:
> 
> I seem to have a CASE statement implemented (examples at end). Is anyone
> in the middle of preparing a big patch, or can I go ahead and commit my
> changes? They touch roughly a dozen files.

These are files I'm changing for MVCC now:

gist.c          indexam.c       pg_am.h         tqual.c
Makefile.lmgr   gistscan.c      ipc.h           pg_class.h
tqual.h         hashpage.c      ipci.c          proc.h
transsup.c      buf_init.c      heapam.c        lmgr.c
rtree.c         xact.c          buf_internals.h heapam.h
lmgr.h          rtscan.c        bufmgr.c        hio.c
lock.c          s_lock.c        bufmgr.h        hio.h
lock.h          s_lock.h        execUtils.c     htup.h
nbtpage.c       shmem.c

Vadim


pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Case statement ready?
Next
From: Sferacarta Software
Date:
Subject: Re[2]: [HACKERS] BUG ON HAVING CLAUSE