unreachable block

From: Limin Liu <limin(at)pumpkinnet(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: unreachable block
Date: 2000-11-09 01:58:01
Message-ID: 3A0A04A9.ED634B67@pumpkinnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found an unreachable block during studing the PostgreSQL 7.0.2 by
reading its souce code.

Starting from line 1383 in postgres.c

1383 if (Verbose)
1384 {
1385 if (Verbose)
1386 {
:
1389 }
1390 else
1391 {
: // !! unreachable
1405 }
1406 }

Can someone take a look of it? This shouldn't take long time to fix.

--
Limin Liu

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chih-Chang Hsieh 2000-11-09 02:12:10 A Patch for MIC to EUC_TW code converting in mb support
Previous Message Jeff MacDonald 2000-11-09 01:44:51 test .. ignore