unreachable block - Mailing list pgsql-hackers

From Limin Liu
Subject unreachable block
Date
Msg-id 3A0A04A9.ED634B67@pumpkinnet.com
Whole thread Raw
Responses Re: unreachable block
List 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





pgsql-hackers by date:

Previous
From: Jeff MacDonald
Date:
Subject: test .. ignore
Next
From: Luis Magaña
Date:
Subject: Text concat problem