mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 22:34:54 -04:00
a334ae3f22
bytealike to TEXT. This leaves like_escape_bytea() without anything to do, but I left it in place in anticipation of the eventual bytea pattern selectivity functions. If there is agreement that this would be the best long term solution, I'll take it as a TODO for 7.4. Joe Conway