ecpg: INITALLY DEFERRED translated into intially deferrable

Started by PostgreSQL Bugs Listalmost 25 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

() reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
ecpg: INITALLY DEFERRED translated into intially deferrable

Long Description
The SQL preprocessor ecpg generates "initially deferrable" from
INITIALLY DEFERRED in source code. cf. preproc.y:1455.

Sample Code

No file was uploaded with this report

#2Bruce Momjian
bruce@momjian.us
In reply to: PostgreSQL Bugs List (#1)
Re: ecpg: INITALLY DEFERRED translated into intially deferrable

() reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
ecpg: INITALLY DEFERRED translated into intially deferrable

Long Description
The SQL preprocessor ecpg generates "initially deferrable" from
INITIALLY DEFERRED in source code. cf. preproc.y:1455.

Good catch. Patch applied. I checked the others and they looked OK.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/bjm/difftext/plainDownload+2-2