Skip to content

Commit a3242fb

Browse files
author
Michael Meskes
committed
Lost some changes yet again
1 parent c9970d5 commit a3242fb

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,5 +2142,7 @@ Tu 5. Sep 11:49:08 CEST 2006
21422142
- Synced parser.
21432143
- Fixed ecpglib trying to read one character after end-of-string.
21442144
- Fixed port number setting in regression suite.
2145+
- Added some interval checks to regression suite.
2146+
- Started to cleanup complex tests.
21452147
- Set ecpg library version to 5.2.
21462148
- Set ecpg version to 4.2.1.

src/interfaces/ecpg/pgtypeslib/interval.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.33 2006/09/04 01:26:28 tgl Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.34 2006/09/05 12:17:09 meskes Exp $ */
22

33
#include "postgres_fe.h"
44
#include <time.h>
@@ -836,10 +836,10 @@ PGTYPESinterval_to_asc(interval * span)
836836
}
837837

838838
int
839-
PGTYPESinterval_copy(interval * intvlsrc, interval * intrcldest)
839+
PGTYPESinterval_copy(interval * intvlsrc, interval * intvldest)
840840
{
841-
intrcldest->time = intvlsrc->time;
842-
intrcldest->month = intvlsrc->month;
841+
intvldest->time = intvlsrc->time;
842+
intvldest->month = intvlsrc->month;
843843

844844
return 0;
845845
}

src/interfaces/ecpg/test/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.11 2006/09/05 10:00:53 meskes Exp $
2+
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.12 2006/09/05 12:17:09 meskes Exp $
33

44
me=`basename $0`
55

@@ -711,7 +711,7 @@ for i in \
711711
connect/*.pgc \
712712
compat_informix/*.pgc \
713713
complex/*.pgc \
714-
errors/*.pgc \
714+
preproc/*.pgc \
715715
pgtypeslib/*.pgc \
716716
sql/*.pgc \
717717
thread/*.pgc; do

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy