Author Topic: Updated Postgresql/2 builds  (Read 12120 times)

Greg Pringle

  • Full Member
  • ***
  • Posts: 148
  • Karma: +0/-0
    • View Profile
Re: Updated Postgresql/2 builds
« Reply #15 on: April 14, 2023, 03:19:40 pm »
Here is the result of creating a DB with 9.4.15 with libcx 0.7.2-1

[K:\postgres\pgsql\bin]initdb -D K:\postgres\data -E LATIN1
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.IBM-850".
could not determine encoding for locale "en_US.IBM-850": codeset is "IBM-850"
could not determine encoding for locale "en_US.IBM-850": codeset is "IBM-850"
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory K:/postgres/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 400kB
selecting dynamic shared memory implementation ... sysv
creating configuration files ... ok
creating template1 database in K:/postgres/data/base/1 ... FATAL:  could not cre
ate semaphores: Error 0
DETAIL:  Failed system call was semget(1, 17, 03600).
child process exited with exit code 1
initdb: removing contents of data directory "K:/postgres/data"

Looked good before the semaphores. I did not try and fix the language issue.

greg