~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to src/backend/utils/adt/uuid.c

Tags: upstream-8.4.0
ImportĀ upstreamĀ versionĀ 8.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Copyright (c) 2007-2009, PostgreSQL Global Development Group
7
7
 *
8
8
 * IDENTIFICATION
9
 
 *        $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.10 2009/01/01 17:23:50 momjian Exp $
 
9
 *        $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.11 2009/06/11 14:49:04 momjian Exp $
10
10
 *
11
11
 *-------------------------------------------------------------------------
12
12
 */
84
84
{
85
85
        const char *src = source;
86
86
        bool            braces = false;
87
 
        int     i;
 
87
        int                     i;
88
88
 
89
89
        if (src[0] == '{')
90
90
        {