Changes between Initial Version and Version 1 of Ticket #11038
- Timestamp:
- May 7, 2009, 11:23:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11038 – Description
initial v1 1 '''When running our newly developed test suite for geolocation, I kept receiving:''' 1 When running our newly developed test suite for geolocation, I kept receiving: 2 2 3 {{{ 3 4 createlang -d test_<projectDB> -U <username> plpgsql 4 5 Traceback (most recent call last): … … 22 23 raise Exception("Error executing 'plpgsql' command: %s\n" % output) 23 24 Exception: Error executing 'plpgsql' command: 25 }}} 24 26 25 26 '''apparently if 'plpgsql' is pre-installed on the newly generated instance: 27 apparently if 'plpgsql' is pre-installed on the newly generated instance: 28 {{{ 27 29 createlang -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. 30 32 31 33