Skip to content

Commit 2d5ff2f

Browse files
author
Michael Meskes
committed
Added patch by Cristof for catching yet another NOTICE.
1 parent 136a4ae commit 2d5ff2f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -925,31 +925,36 @@ Wed May 17 07:52:59 CEST 2000
925925
handling.
926926
- Set library version to 3.1.1.
927927

928-
Mon Sep 4 14:10:38 PDT 2000
928+
Mon Sep 4 14:10:38 CEST 2000
929929

930930
- Synced preproc.y with gram.y.
931931
- Synced keyword.c.
932932

933-
Mon Sep 18 13:55:11 PDT 2000
933+
Mon Sep 18 13:55:11 CEST 2000
934934

935935
- Added int8 support based on a patch by Martijn Schoemaker <martijn@osp.nl>
936936

937-
Wed Sep 20 12:40:27 PDT 2000
937+
Wed Sep 20 12:40:27 CEST 2000
938938

939939
- Added patch by Christof Petig <christof.petig@wtal.de> to process
940940
backend NOTICEs.
941941
- Added patch by Christof Petig <christof.petig@wtal.de> to cache
942942
type information.
943943

944-
Thu Sep 21 13:54:13 PDT 2000
944+
Thu Sep 21 13:54:13 CEST 2000
945945

946946
- Enabled parser to accept ip addresses instead of host names.
947947

948-
Tue Sep 26 13:00:16 PDT 2000
948+
Tue Sep 26 13:00:16 CEST 2000
949949

950950
- Synced preproc.y with gram.y.
951951
- Synced keyword.c.
952952
- Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT
953953
FOUND problem on update/insert/delete.
954+
955+
Wed Oct 4 14:36:51 CEST 2000
956+
957+
- Added patch by Christof Petig <christof.petig@wtal.de> to fix
958+
missing NOTICE.
954959
- Set ecpg version to 2.8.0.
955960
- Set library version to 3.2.0.

src/interfaces/ecpg/lib/connect.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ ECPGnoticeProcessor(void *arg, const char *message)
158158
}
159159

160160
/* NOTICE: PerformPortalClose: portal "*" not found */
161-
if (!strncmp(message,"PerformPortalClose: portal",26)
161+
if ((!strncmp(message,"PerformPortalClose: portal",26)
162+
|| !strncmp(message,"PerformPortalFetch: portal",26))
162163
&& strstr(message+26,"not found"))
163164
{
164165
ECPGnoticeProcessor_raise(ECPG_NOTICE_UNKNOWN_PORTAL, message);

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