Re: Git-master regression failure

From: Svenne Krap <svenne(dot)lists(at)krap(dot)dk>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Git-master regression failure
Date: 2013-06-18 19:04:27
Message-ID: 51C0AF3B.3070506@krap.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 18-06-2013 20:48, Kevin Grittner wrote:
>
> Apologies; I somehow missed the file attached to your initial post.
> That's the sort of thing I was looking for.
Aplogy accepted... :)
> Having reviewed that, the source code comments indicate it is for
> "character-by-character (not collation order) comparison operators
> for character types". Perhaps your collation is having an impact
> regardless of that. Could you show us the values of your settings
> related to locale?

I am not entirely sure what you mean by settings related to locale ...
but here is the system locale output and the definition of my main
instance (the 9.2 one I wrote about in the second test)...I don't know
if/how to extract the same information from the temp instance made by
"make check".

Btw. could you point a newbie to where you found the function (so that I
know that for later)?

If you need other data, please be more specific about how I get them :)

# locale

LANG=da_DK.UTF8

LC_CTYPE="da_DK.UTF8"

LC_NUMERIC="da_DK.UTF8"

LC_TIME="da_DK.UTF8"

LC_COLLATE="da_DK.UTF8"

LC_MONETARY="da_DK.UTF8"

LC_MESSAGES=en_US.UTF8

LC_PAPER="da_DK.UTF8"

LC_NAME="da_DK.UTF8"

LC_ADDRESS="da_DK.UTF8"

LC_TELEPHONE="da_DK.UTF8"

LC_MEASUREMENT="da_DK.UTF8"

LC_IDENTIFICATION="da_DK.UTF8"

LC_ALL=

(sk(at)[local]:5432) [sk] > \l

List of databases

Name | Owner | Encoding | Collate | Ctype | Access
privileges

-
-------------+----------+----------+------------+------------+-----------------------

postgres | postgres | UTF8 | da_DK.UTF8 | da_DK.UTF8 |

root | root | UTF8 | da_DK.UTF8 | da_DK.UTF8 |

sk | sk | UTF8 | da_DK.UTF8 | da_DK.UTF8 |

template0 | postgres | UTF8 | da_DK.UTF8 | da_DK.UTF8 |
=c/postgres +

| | | | |
postgres=CTc/postgres

template1 | postgres | UTF8 | da_DK.UTF8 | da_DK.UTF8 |
=c/postgres +

| | | | |
postgres=CTc/postgres

(5 rows)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQI5BAEBCAAjBQJRwK87HBpodHRwOi8vc3Zlbm5lLmRrL3BncC9wb2xpY3kACgkQ
/zLSj+olL/JVBQ//UQfke7jc2mcaTV9lvdU8b5B/SnGzsn8d2M2mDPYjcgjmuAmT
pacRemmiVf8w6FTKlmz+A7faYVMuFSjJXi25OzvWu8on+zFtstdHWBbMNYI1CuBP
itSqs+JVYF8FvkAa+iC9KilV1McRWCOxnlztuN7F29lzpnrcWsGmvhiYL3qVt3TT
jyJNTdVIOFGta4f4Kzkq9ZqH6ry42UrXRFa1pFRxfY42zX7LV3BsJuEMQeHnRYjz
fkcivuwJJHdn9l6GGZbF4+s227SFOO98GiPah10n5GKzy2saAMntos1p15l5Qy/c
TaHE5cp0fttaQMbQEMWB3fY6r3NETxnsDyh6z7EaLV/WHhmzjrUGDp2gCgWbVs5C
nvoFL9SkcfzZsuWvy21zmIHOvzAUMm9p57/i5REWqWc2ZH5giLKC71m7skiu/utF
9fmpNEh1U+DG3/VnJjcIyfNq4y3pmkNN063/aLKX21vvBHJ9/oqgL7czYRCBZH6L
ufNL0ACZ/zeDTL16K58/gMhf7Si9jAZq7PcobIgSJHKo++7DevgUiSRmbxQ6jV6X
ZXseeQJT7Dcf3yVNqNkPJApSiCbR4e0wbgbSPXXkJEjZpo+k3wo3gZI6fEULifdh
i/hcLpq+nPrME2l9gcneJ8gNHpBOK4AyfBvfhxOIV35pCpYrBvk3toKPUEc=
=bUcn
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Svenne Krap 2013-06-18 19:07:46 Re: Git-master regression failure
Previous Message Pavel Stehule 2013-06-18 19:01:17 review: Non-recursive processing of AND/OR lists