Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d5ff2f

Browse files
author
Michael Meskes
committed
Added patch by Cristof for catching yet another NOTICE.
1 parent136a4ae commit2d5ff2f

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:38PDT 2000
928+
Mon Sep 4 14:10:38CEST 2000
929929

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

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

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

937-
Wed Sep 20 12:40:27PDT 2000
937+
Wed Sep 20 12:40:27CEST 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:13PDT 2000
944+
Thu Sep 21 13:54:13CEST 2000
945945

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

948-
Tue Sep 26 13:00:16PDT 2000
948+
Tue Sep 26 13:00:16CEST 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)

[8]ページ先頭

©2009-2025 Movatter.jp