pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a

pgsql: Fix an oversight in commit 4c70098ff.

2020-01-23 Thread Tom Lane
Fix an oversight in commit 4c70098ff. I had supposed that the from_char_seq_search() call sites were all passing the constant arrays you'd expect them to pass ... but on looking closer, the one for DY format was passing the days[] array not days_short[]. This accidentally worked because the day a