1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00
Files
postgres/src/backend
Heikki Linnakangas a5ff502fce Change the way UESCAPE is lexed, to reduce the size of the flex tables.
The error rule used to avoid backtracking with the U&'...' UESCAPE 'x'
syntax bloated the flex tables, so refactor that. This patch makes the error
rule shorter, by introducing a new exclusive flex state that's entered after
parsing U&'...'. This shrinks the postgres binary by about 220kB.
2013-03-14 19:04:43 +02:00
..
2013-03-10 14:16:02 -04:00
2013-01-01 17:15:01 -05:00
2013-01-01 17:15:01 -05:00
2013-03-10 14:16:02 -04:00
2011-08-17 14:07:46 +03:00
2013-01-01 17:15:01 -05:00
2013-03-11 12:00:24 -04:00
2013-01-01 17:15:01 -05:00
2013-03-03 18:23:31 -06:00
2013-01-01 17:15:01 -05:00
2013-02-21 22:46:17 -03:00