Hi, One observation with this approach is at times option can have different > meanings > and that may be lost during jumbling. For example, in the WAL FOR LSN case, > 4 different MODEs are defined with different semantics and this patch does > not differentiate. > > WAIT FOR LSN $1 WITH (MODE $2, TIMEOUT $3, NO_THROW) >
I thought about this, but did not think it will be useful to keep MODE without normalization, since we are normalizing the LSN. But, perhaps others have a different opinion? -- Sami Imseih
