Changes between Initial Version and Version 1 of Ticket #11038


Ignore:
Timestamp:
May 7, 2009, 11:23:49 PM (15 years ago)
Author:
Gary Wilson
Comment:

Fixed ticket formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11038 – Description

    initial v1  
    1 '''When running our newly developed test suite for geolocation, I kept receiving:'''
     1When running our newly developed test suite for geolocation, I kept receiving:
    22
     3{{{
    34createlang -d test_<projectDB> -U <username> plpgsql
    45Traceback (most recent call last):
     
    2223    raise Exception("Error executing 'plpgsql' command: %s\n" % output)
    2324Exception: Error executing 'plpgsql' command:
     25}}}
    2426
    25 
    26 '''apparently if 'plpgsql' is pre-installed on the newly generated instance:
     27apparently if 'plpgsql' is pre-installed on the newly generated instance:
     28{{{
    2729createlang -d test_<projectDB> -U <username> plpgsql
    28 raises an exception with the value 2, thus breaking the test suite.
    29 Note my stack was built from source'''
     30}}}
     31...raises an exception with the value 2, thus breaking the test suite. Note my stack was built from source.
    3032
    3133
Back to Top