vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| This patch fixes a gratuituous string difference. Barring objections I'll apply shortly. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| Tom Lane wrote: > Alvaro Herrera <alvherre@commandprompt.com> writes: > > This patch fixes a gratuituous string difference. Barring objections > > I'll apply shortly. > > I object. We do not quote the output of format_type_be() ... look at > its code to see why not. Oh, I see -- it may add double quotes on its own in certain cases, while the other string gets the input from TypeNameToString which never does. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| Alvaro Herrera <alvherre@commandprompt.com> writes: > This patch fixes a gratuituous string difference. Barring objections > I'll apply shortly. I object. We do not quote the output of format_type_be() ... look at its code to see why not. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |